Html Css Color HEX #824241 Red Robin

📋 copy color: '#824241'

red 130 ◦ green 66 ◦ blue 65

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

Shades of Red Robin #824241

Tints of Red Robin #824241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 49.81%
G = 25.29%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#824241 (or 0x824241) is known color: Red Robin. HEX triplet: 82, 42 and 41. RGB value is (130,66,65). Sum of RGB (Red+Green+Blue) = 130+66+65=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824241 is #7DBDBE. Grayscale: #555555. Windows color (decimal): -8240575 or 4276866. OLE color: 4276866.

HSL color Cylindrical-coordinate representation of color #824241: hue angle of 0.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824241 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 65 -
CMYK 0 0.49 0.50 0.49
HSL 0.92º 0.33% 0.38% -
HSV(B) 0.92º 0.5% 0.51% -
XYZ 12.11 9.02 6.1 -
YUV 85.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 130 66 65 0 0.49 0.50 0.49 0.92 0.33 0.38
Hex 82 42 41 0 31 32 31 1 21 26
Octal 202 102 101 0 61 62 61 1 41 46
Binary 10000010 1000010 1000001 0 110001 110010 110001 1 100001 100110

Color Harmonies of #824241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824241

Black with #824241

Text Example


Text Example

White with #824241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824241; }

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

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

background-color css

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

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

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

border-color css

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

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

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