Html Css Color HEX #82571B Hot Curry

📋 copy color: '#82571B'

red 130 ◦ green 87 ◦ blue 27

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

Shades of Hot Curry #82571B

Tints of Hot Curry #82571B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 53.28%
G = 35.66%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82571B (or 0x82571B) is known color: Hot Curry. HEX triplet: 82, 57 and 1B. RGB value is (130,87,27). Sum of RGB (Red+Green+Blue) = 130+87+27=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82571B is #7DA8E4. Grayscale: #5D5D5D. Windows color (decimal): -8235237 or 1791874. OLE color: 1791874.

HSL color Cylindrical-coordinate representation of color #82571B: hue angle of 34.95º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82571B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 27 -
CMYK 0 0.33 0.79 0.49
HSL 34.95º 0.66% 0.31% -
HSV(B) 34.95º 0.79% 0.51% -
XYZ 12.81 11.64 2.61 -
YUV 93.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 130 87 27 0 0.33 0.79 0.49 34.95 0.66 0.31
Hex 82 57 1B 0 21 4F 31 23 42 1F
Octal 202 127 33 0 41 117 61 43 102 37
Binary 10000010 1010111 11011 0 100001 1001111 110001 100011 1000010 11111

Color Harmonies of #82571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82571B

Black with #82571B

Text Example


Text Example

White with #82571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82571B; }

 p { color: rgb(130,87,27); }

 H1.HeaderClassName
 {
   color: #82571B;
 }
 .AnyTagClassName
 {
   color: #82571B;
 }
</style>

background-color css

<style>
 a { background-color: #82571B; }

 a { background-color: rgb(130,87,27); }

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

border-color css

<style>
 span { border-color: #82571B; }

 span { border-color: rgb(130,87,27); }

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