Html Css Color HEX #824039 Red Robin

📋 copy color: '#824039'

red 130 ◦ green 64 ◦ blue 57

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

Shades of Red Robin #824039

Tints of Red Robin #824039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 51.79%
G = 25.5%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824039 (or 0x824039) is known color: Red Robin. HEX triplet: 82, 40 and 39. RGB value is (130,64,57). Sum of RGB (Red+Green+Blue) = 130+64+57=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824039 is #7DBFC6. Grayscale: #535353. Windows color (decimal): -8241095 or 3752066. OLE color: 3752066.

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

Color convert

RGB 130 64 57 -
CMYK 0 0.51 0.56 0.49
HSL 5.75º 0.39% 0.37% -
HSV(B) 5.75º 0.56% 0.51% -
XYZ 11.78 8.71 4.93 -
YUV 82.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 130 64 57 0 0.51 0.56 0.49 5.75 0.39 0.37
Hex 82 40 39 0 33 38 31 6 27 25
Octal 202 100 71 0 63 70 61 6 47 45
Binary 10000010 1000000 111001 0 110011 111000 110001 110 100111 100101

Color Harmonies of #824039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824039

Black with #824039

Text Example


Text Example

White with #824039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824039; }

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

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

background-color css

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

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

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

border-color css

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

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

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