Html Css Color HEX #82323E Paprika

📋 copy color: '#82323E'

red 130 ◦ green 50 ◦ blue 62

#82323E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paprika #82323E

Tints of Paprika #82323E

RGB

 RED value IS 130 (51.17% from 255) = 53.72%

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 53.72%
G = 20.66%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#82323E (or 0x82323E) is known color: Paprika. HEX triplet: 82, 32 and 3E. RGB value is (130,50,62). Sum of RGB (Red+Green+Blue) = 130+50+62=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82323E is #7DCDC1. Grayscale: #4B4B4B. Windows color (decimal): -8244674 or 4076162. OLE color: 4076162.

HSL color Cylindrical-coordinate representation of color #82323E: hue angle of 351º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82323E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 62 -
CMYK 0 0.62 0.52 0.49
HSL 351º 0.44% 0.35% -
HSV(B) 351º 0.62% 0.51% -
XYZ 11.22 7.37 5.39 -
YUV 75.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 130 50 62 0 0.62 0.52 0.49 351 0.44 0.35
Hex 82 32 3E 0 3E 34 31 15F 2C 23
Octal 202 62 76 0 76 64 61 537 54 43
Binary 10000010 110010 111110 0 111110 110100 110001 101011111 101100 100011

Color Harmonies of #82323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82323E

Black with #82323E

Text Example


Text Example

White with #82323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82323E; }

 p { color: rgb(130,50,62); }

 H1.HeaderClassName
 {
   color: #82323E;
 }
 .AnyTagClassName
 {
   color: #82323E;
 }
</style>

background-color css

<style>
 a { background-color: #82323E; }

 a { background-color: rgb(130,50,62); }

 div.DivClassName
 {
   background-color: #82323E;
 }
 .BgClassName
 {
   background-color: #82323E;
 }
</style>

border-color css

<style>
 span { border-color: #82323E; }

 span { border-color: rgb(130,50,62); }

 td.TdClassName
 {
   border-color: #82323E;
 }
 .TagClassName
 {
   border-color: #82323E;
 }
</style>