Html Css Color HEX #824139 Red Robin

📋 copy color: '#824139'

red 130 ◦ green 65 ◦ blue 57

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

Shades of Red Robin #824139

Tints of Red Robin #824139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 51.59%
G = 25.79%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824139 (or 0x824139) is known color: Red Robin. HEX triplet: 82, 41 and 39. RGB value is (130,65,57). Sum of RGB (Red+Green+Blue) = 130+65+57=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824139 is #7DBEC6. Grayscale: #535353. Windows color (decimal): -8240839 or 3752322. OLE color: 3752322.

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

Color convert

RGB 130 65 57 -
CMYK 0 0.50 0.56 0.49
HSL 6.58º 0.39% 0.37% -
HSV(B) 6.58º 0.56% 0.51% -
XYZ 11.83 8.82 4.95 -
YUV 83.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 130 65 57 0 0.50 0.56 0.49 6.58 0.39 0.37
Hex 82 41 39 0 32 38 31 7 27 25
Octal 202 101 71 0 62 70 61 7 47 45
Binary 10000010 1000001 111001 0 110010 111000 110001 111 100111 100101

Color Harmonies of #824139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824139

Black with #824139

Text Example


Text Example

White with #824139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824139; }

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

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

background-color css

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

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

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

border-color css

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

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

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