Html Css Color HEX #824336 Red Robin

📋 copy color: '#824336'

red 130 ◦ green 67 ◦ blue 54

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

Shades of Red Robin #824336

Tints of Red Robin #824336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 51.79%
G = 26.69%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824336 (or 0x824336) is known color: Red Robin. HEX triplet: 82, 43 and 36. RGB value is (130,67,54). Sum of RGB (Red+Green+Blue) = 130+67+54=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824336 is #7DBCC9. Grayscale: #545454. Windows color (decimal): -8240330 or 3556226. OLE color: 3556226.

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

Color convert

RGB 130 67 54 -
CMYK 0 0.48 0.58 0.49
HSL 10.26º 0.41% 0.36% -
HSV(B) 10.26º 0.58% 0.51% -
XYZ 11.88 9.03 4.61 -
YUV 84.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 130 67 54 0 0.48 0.58 0.49 10.26 0.41 0.36
Hex 82 43 36 0 30 3A 31 A 29 24
Octal 202 103 66 0 60 72 61 12 51 44
Binary 10000010 1000011 110110 0 110000 111010 110001 1010 101001 100100

Color Harmonies of #824336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824336

Black with #824336

Text Example


Text Example

White with #824336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824336; }

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

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

background-color css

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

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

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

border-color css

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

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

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