Html Css Color HEX #824237 Red Robin

📋 copy color: '#824237'

red 130 ◦ green 66 ◦ blue 55

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

Shades of Red Robin #824237

Tints of Red Robin #824237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 51.79%
G = 26.29%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824237 (or 0x824237) is known color: Red Robin. HEX triplet: 82, 42 and 37. RGB value is (130,66,55). Sum of RGB (Red+Green+Blue) = 130+66+55=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824237 is #7DBDC8. Grayscale: #535353. Windows color (decimal): -8240585 or 3621506. OLE color: 3621506.

HSL color Cylindrical-coordinate representation of color #824237: hue angle of 8.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824237 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 55 -
CMYK 0 0.49 0.58 0.49
HSL 8.8º 0.41% 0.36% -
HSV(B) 8.8º 0.58% 0.51% -
XYZ 11.84 8.92 4.71 -
YUV 83.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 130 66 55 0 0.49 0.58 0.49 8.8 0.41 0.36
Hex 82 42 37 0 31 3A 31 9 29 24
Octal 202 102 67 0 61 72 61 11 51 44
Binary 10000010 1000010 110111 0 110001 111010 110001 1001 101001 100100

Color Harmonies of #824237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824237

Black with #824237

Text Example


Text Example

White with #824237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824237; }

 p { color: rgb(130,66,55); }

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

background-color css

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

 a { background-color: rgb(130,66,55); }

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

border-color css

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

 span { border-color: rgb(130,66,55); }

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