Html Css Color HEX #824442 Red Robin

📋 copy color: '#824442'

red 130 ◦ green 68 ◦ blue 66

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

Shades of Red Robin #824442

Tints of Red Robin #824442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

 BLUE value IS 66 (26.17% from 255) = 25%

R = 49.24%
G = 25.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824442 (or 0x824442) is known color: Red Robin. HEX triplet: 82, 44 and 42. RGB value is (130,68,66). Sum of RGB (Red+Green+Blue) = 130+68+66=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824442 is #7DBBBD. Grayscale: #565656. Windows color (decimal): -8240062 or 4342914. OLE color: 4342914.

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

Color convert

RGB 130 68 66 -
CMYK 0 0.48 0.49 0.49
HSL 1.88º 0.33% 0.38% -
HSV(B) 1.88º 0.49% 0.51% -
XYZ 12.26 9.27 6.3 -
YUV 86.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 130 68 66 0 0.48 0.49 0.49 1.88 0.33 0.38
Hex 82 44 42 0 30 31 31 2 21 26
Octal 202 104 102 0 60 61 61 2 41 46
Binary 10000010 1000100 1000010 0 110000 110001 110001 10 100001 100110

Color Harmonies of #824442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824442

Black with #824442

Text Example


Text Example

White with #824442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824442; }

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

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

background-color css

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

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

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

border-color css

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

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

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