Html Css Color HEX #834141 Red Robin

📋 copy color: '#834141'

red 131 ◦ green 65 ◦ blue 65

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

Shades of Red Robin #834141

Tints of Red Robin #834141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 50.19%
G = 24.9%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834141 (or 0x834141) is known color: Red Robin. HEX triplet: 83, 41 and 41. RGB value is (131,65,65). Sum of RGB (Red+Green+Blue) = 131+65+65=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #834141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834141 is #7CBEBE. Grayscale: #545454. Windows color (decimal): -8175295 or 4276611. OLE color: 4276611.

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

Color convert

RGB 131 65 65 -
CMYK 0 0.50 0.50 0.49
HSL 0.34% 0.38% -
HSV(B) 0.5% 0.51% -
XYZ 12.2 8.99 6.09 -
YUV 84.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 131 65 65 0 0.50 0.50 0.49 0 0.34 0.38
Hex 83 41 41 0 32 32 31 0 22 26
Octal 203 101 101 0 62 62 61 0 42 46
Binary 10000011 1000001 1000001 0 110010 110010 110001 0 100010 100110

Color Harmonies of #834141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834141

Black with #834141

Text Example


Text Example

White with #834141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834141; }

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

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

background-color css

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

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

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

border-color css

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

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

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