Html Css Color HEX #824342 Red Robin

📋 copy color: '#824342'

red 130 ◦ green 67 ◦ blue 66

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

Shades of Red Robin #824342

Tints of Red Robin #824342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 49.43%
G = 25.48%
B = 25.1%

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

#824342 (or 0x824342) is known color: Red Robin. HEX triplet: 82, 43 and 42. RGB value is (130,67,66). Sum of RGB (Red+Green+Blue) = 130+67+66=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824342 is #7DBCBD. Grayscale: #555555. Windows color (decimal): -8240318 or 4342658. OLE color: 4342658.

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

Color convert

RGB 130 67 66 -
CMYK 0 0.48 0.49 0.49
HSL 0.94º 0.33% 0.38% -
HSV(B) 0.94º 0.49% 0.51% -
XYZ 12.2 9.15 6.28 -
YUV 85.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 130 67 66 0 0.48 0.49 0.49 0.94 0.33 0.38
Hex 82 43 42 0 30 31 31 1 21 26
Octal 202 103 102 0 60 61 61 1 41 46
Binary 10000010 1000011 1000010 0 110000 110001 110001 1 100001 100110

Color Harmonies of #824342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824342

Black with #824342

Text Example


Text Example

White with #824342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824342; }

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

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

background-color css

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

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

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

border-color css

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

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

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