Html Css Color HEX #834342 Red Robin

📋 copy color: '#834342'

red 131 ◦ green 67 ◦ blue 66

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

Shades of Red Robin #834342

Tints of Red Robin #834342

RGB

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

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

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

R = 49.62%
G = 25.38%
B = 25%

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

#834342 (or 0x834342) is known color: Red Robin. HEX triplet: 83, 43 and 42. RGB value is (131,67,66). Sum of RGB (Red+Green+Blue) = 131+67+66=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #834342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834342 is #7CBCBD. Grayscale: #565656. Windows color (decimal): -8174782 or 4342659. OLE color: 4342659.

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

Color convert

RGB 131 67 66 -
CMYK 0 0.49 0.50 0.49
HSL 0.92º 0.33% 0.39% -
HSV(B) 0.92º 0.5% 0.51% -
XYZ 12.35 9.23 6.29 -
YUV 86.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 131 67 66 0 0.49 0.50 0.49 0.92 0.33 0.39
Hex 83 43 42 0 31 32 31 1 21 27
Octal 203 103 102 0 61 62 61 1 41 47
Binary 10000011 1000011 1000010 0 110001 110010 110001 1 100001 100111

Color Harmonies of #834342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834342

Black with #834342

Text Example


Text Example

White with #834342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834342; }

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

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

background-color css

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

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

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

border-color css

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

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

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