Html Css Color HEX #824542 Red Robin

📋 copy color: '#824542'

red 130 ◦ green 69 ◦ blue 66

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

Shades of Red Robin #824542

Tints of Red Robin #824542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 49.06%
G = 26.04%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824542 (or 0x824542) is known color: Red Robin. HEX triplet: 82, 45 and 42. RGB value is (130,69,66). Sum of RGB (Red+Green+Blue) = 130+69+66=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824542 is #7DBABD. Grayscale: #565656. Windows color (decimal): -8239806 or 4343170. OLE color: 4343170.

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

Color convert

RGB 130 69 66 -
CMYK 0 0.47 0.49 0.49
HSL 2.81º 0.33% 0.38% -
HSV(B) 2.81º 0.49% 0.51% -
XYZ 12.32 9.4 6.32 -
YUV 86.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 130 69 66 0 0.47 0.49 0.49 2.81 0.33 0.38
Hex 82 45 42 0 2F 31 31 3 21 26
Octal 202 105 102 0 57 61 61 3 41 46
Binary 10000010 1000101 1000010 0 101111 110001 110001 11 100001 100110

Color Harmonies of #824542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824542

Black with #824542

Text Example


Text Example

White with #824542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824542; }

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

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

background-color css

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

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

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

border-color css

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

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

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