Html Css Color HEX #824034 Red Robin

📋 copy color: '#824034'

red 130 ◦ green 64 ◦ blue 52

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

Shades of Red Robin #824034

Tints of Red Robin #824034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 52.85%
G = 26.02%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#824034 (or 0x824034) is known color: Red Robin. HEX triplet: 82, 40 and 34. RGB value is (130,64,52). Sum of RGB (Red+Green+Blue) = 130+64+52=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824034 is #7DBFCB. Grayscale: #525252. Windows color (decimal): -8241100 or 3424386. OLE color: 3424386.

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

Color convert

RGB 130 64 52 -
CMYK 0 0.51 0.60 0.49
HSL 9.23º 0.43% 0.36% -
HSV(B) 9.23º 0.6% 0.51% -
XYZ 11.66 8.66 4.31 -
YUV 82.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 130 64 52 0 0.51 0.60 0.49 9.23 0.43 0.36
Hex 82 40 34 0 33 3C 31 9 2B 24
Octal 202 100 64 0 63 74 61 11 53 44
Binary 10000010 1000000 110100 0 110011 111100 110001 1001 101011 100100

Color Harmonies of #824034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824034

Black with #824034

Text Example


Text Example

White with #824034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824034; }

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

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

background-color css

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

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

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

border-color css

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

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

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