Html Css Color HEX #824235 Red Robin

📋 copy color: '#824235'

red 130 ◦ green 66 ◦ blue 53

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

Shades of Red Robin #824235

Tints of Red Robin #824235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 52.21%
G = 26.51%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#824235 (or 0x824235) is known color: Red Robin. HEX triplet: 82, 42 and 35. RGB value is (130,66,53). Sum of RGB (Red+Green+Blue) = 130+66+53=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824235 is #7DBDCA. Grayscale: #535353. Windows color (decimal): -8240587 or 3490434. OLE color: 3490434.

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

Color convert

RGB 130 66 53 -
CMYK 0 0.49 0.59 0.49
HSL 10.13º 0.42% 0.36% -
HSV(B) 10.13º 0.59% 0.51% -
XYZ 11.8 8.9 4.46 -
YUV 83.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 130 66 53 0 0.49 0.59 0.49 10.13 0.42 0.36
Hex 82 42 35 0 31 3B 31 A 2A 24
Octal 202 102 65 0 61 73 61 12 52 44
Binary 10000010 1000010 110101 0 110001 111011 110001 1010 101010 100100

Color Harmonies of #824235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824235

Black with #824235

Text Example


Text Example

White with #824235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824235; }

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

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

background-color css

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

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

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

border-color css

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

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

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