Html Css Color HEX #834442 Red Robin

📋 copy color: '#834442'

red 131 ◦ green 68 ◦ blue 66

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

Shades of Red Robin #834442

Tints of Red Robin #834442

RGB

 RED value IS 131 (51.56% from 255) = 49.43%

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

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

R = 49.43%
G = 25.66%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834442 (or 0x834442) is known color: Red Robin. HEX triplet: 83, 44 and 42. RGB value is (131,68,66). Sum of RGB (Red+Green+Blue) = 131+68+66=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #834442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834442 is #7CBBBD. Grayscale: #565656. Windows color (decimal): -8174526 or 4342915. OLE color: 4342915.

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

Color convert

RGB 131 68 66 -
CMYK 0 0.48 0.50 0.49
HSL 1.85º 0.33% 0.39% -
HSV(B) 1.85º 0.5% 0.51% -
XYZ 12.41 9.35 6.31 -
YUV 86.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 131 68 66 0 0.48 0.50 0.49 1.85 0.33 0.39
Hex 83 44 42 0 30 32 31 2 21 27
Octal 203 104 102 0 60 62 61 2 41 47
Binary 10000011 1000100 1000010 0 110000 110010 110001 10 100001 100111

Color Harmonies of #834442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834442

Black with #834442

Text Example


Text Example

White with #834442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834442; }

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

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

background-color css

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

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

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

border-color css

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

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

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