Html Css Color HEX #834341 Red Robin

📋 copy color: '#834341'

red 131 ◦ green 67 ◦ blue 65

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

Shades of Red Robin #834341

Tints of Red Robin #834341

RGB

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

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

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

R = 49.81%
G = 25.48%
B = 24.71%

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

#834341 (or 0x834341) is known color: Red Robin. HEX triplet: 83, 43 and 41. RGB value is (131,67,65). Sum of RGB (Red+Green+Blue) = 131+67+65=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #834341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834341 is #7CBCBE. Grayscale: #555555. Windows color (decimal): -8174783 or 4277123. OLE color: 4277123.

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

Color convert

RGB 131 67 65 -
CMYK 0 0.49 0.50 0.49
HSL 1.82º 0.34% 0.38% -
HSV(B) 1.82º 0.5% 0.51% -
XYZ 12.32 9.22 6.13 -
YUV 85.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 131 67 65 0 0.49 0.50 0.49 1.82 0.34 0.38
Hex 83 43 41 0 31 32 31 2 22 26
Octal 203 103 101 0 61 62 61 2 42 46
Binary 10000011 1000011 1000001 0 110001 110010 110001 10 100010 100110

Color Harmonies of #834341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834341

Black with #834341

Text Example


Text Example

White with #834341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834341; }

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

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

background-color css

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

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

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

border-color css

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

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

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