Html Css Color HEX #834343 Red Robin

📋 copy color: '#834343'

red 131 ◦ green 67 ◦ blue 67

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

Shades of Red Robin #834343

Tints of Red Robin #834343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 49.43%
G = 25.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#834343 (or 0x834343) is known color: Red Robin. HEX triplet: 83, 43 and 43. RGB value is (131,67,67). Sum of RGB (Red+Green+Blue) = 131+67+67=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #834343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834343 is #7CBCBC. Grayscale: #565656. Windows color (decimal): -8174781 or 4408195. OLE color: 4408195.

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

Color convert

RGB 131 67 67 -
CMYK 0 0.49 0.49 0.49
HSL 0.32% 0.39% -
HSV(B) 0.49% 0.51% -
XYZ 12.38 9.24 6.44 -
YUV 86.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 131 67 67 0 0.49 0.49 0.49 0 0.32 0.39
Hex 83 43 43 0 31 31 31 0 20 27
Octal 203 103 103 0 61 61 61 0 40 47
Binary 10000011 1000011 1000011 0 110001 110001 110001 0 100000 100111

Color Harmonies of #834343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834343

Black with #834343

Text Example


Text Example

White with #834343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834343; }

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

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

background-color css

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

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

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

border-color css

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

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

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