Html Css Color HEX #824037 Red Robin

📋 copy color: '#824037'

red 130 ◦ green 64 ◦ blue 55

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

Shades of Red Robin #824037

Tints of Red Robin #824037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 52.21%
G = 25.7%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824037 (or 0x824037) is known color: Red Robin. HEX triplet: 82, 40 and 37. RGB value is (130,64,55). Sum of RGB (Red+Green+Blue) = 130+64+55=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824037 is #7DBFC8. Grayscale: #525252. Windows color (decimal): -8241097 or 3620994. OLE color: 3620994.

HSL color Cylindrical-coordinate representation of color #824037: hue angle of 7.2º 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 #824037 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 55 -
CMYK 0 0.51 0.58 0.49
HSL 7.2º 0.41% 0.36% -
HSV(B) 7.2º 0.58% 0.51% -
XYZ 11.73 8.69 4.67 -
YUV 82.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 130 64 55 0 0.51 0.58 0.49 7.2 0.41 0.36
Hex 82 40 37 0 33 3A 31 7 29 24
Octal 202 100 67 0 63 72 61 7 51 44
Binary 10000010 1000000 110111 0 110011 111010 110001 111 101001 100100

Color Harmonies of #824037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824037

Black with #824037

Text Example


Text Example

White with #824037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824037; }

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

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

background-color css

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

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

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

border-color css

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

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

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