Html Css Color HEX #824036 Red Robin

📋 copy color: '#824036'

red 130 ◦ green 64 ◦ blue 54

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

Shades of Red Robin #824036

Tints of Red Robin #824036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 52.42%
G = 25.81%
B = 21.77%

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

#824036 (or 0x824036) is known color: Red Robin. HEX triplet: 82, 40 and 36. RGB value is (130,64,54). Sum of RGB (Red+Green+Blue) = 130+64+54=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824036 is #7DBFC9. Grayscale: #525252. Windows color (decimal): -8241098 or 3555458. OLE color: 3555458.

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

Color convert

RGB 130 64 54 -
CMYK 0 0.51 0.58 0.49
HSL 7.89º 0.41% 0.36% -
HSV(B) 7.89º 0.58% 0.51% -
XYZ 11.71 8.68 4.55 -
YUV 82.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 130 64 54 0 0.51 0.58 0.49 7.89 0.41 0.36
Hex 82 40 36 0 33 3A 31 8 29 24
Octal 202 100 66 0 63 72 61 10 51 44
Binary 10000010 1000000 110110 0 110011 111010 110001 1000 101001 100100

Color Harmonies of #824036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824036

Black with #824036

Text Example


Text Example

White with #824036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824036; }

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

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

background-color css

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

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

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

border-color css

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

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

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