Html Css Color HEX #834133 Red Robin

📋 copy color: '#834133'

red 131 ◦ green 65 ◦ blue 51

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

Shades of Red Robin #834133

Tints of Red Robin #834133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 53.04%
G = 26.32%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#834133 (or 0x834133) is known color: Red Robin. HEX triplet: 83, 41 and 33. RGB value is (131,65,51). Sum of RGB (Red+Green+Blue) = 131+65+51=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #834133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834133 is #7CBECC. Grayscale: #535353. Windows color (decimal): -8175309 or 3359107. OLE color: 3359107.

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

Color convert

RGB 131 65 51 -
CMYK 0 0.50 0.61 0.49
HSL 10.5º 0.44% 0.36% -
HSV(B) 10.5º 0.61% 0.51% -
XYZ 11.85 8.84 4.21 -
YUV 83.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 131 65 51 0 0.50 0.61 0.49 10.5 0.44 0.36
Hex 83 41 33 0 32 3D 31 A 2C 24
Octal 203 101 63 0 62 75 61 12 54 44
Binary 10000011 1000001 110011 0 110010 111101 110001 1010 101100 100100

Color Harmonies of #834133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834133

Black with #834133

Text Example


Text Example

White with #834133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834133; }

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

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

background-color css

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

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

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

border-color css

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

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

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