Html Css Color HEX #824133 Red Robin

📋 copy color: '#824133'

red 130 ◦ green 65 ◦ blue 51

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

Shades of Red Robin #824133

Tints of Red Robin #824133

RGB

 RED value IS 130 (51.17% from 255) = 52.85%

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

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

R = 52.85%
G = 26.42%
B = 20.73%

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

#824133 (or 0x824133) is known color: Red Robin. HEX triplet: 82, 41 and 33. RGB value is (130,65,51). Sum of RGB (Red+Green+Blue) = 130+65+51=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824133 is #7DBECC. Grayscale: #525252. Windows color (decimal): -8240845 or 3359106. OLE color: 3359106.

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

Color convert

RGB 130 65 51 -
CMYK 0 0.50 0.61 0.49
HSL 10.63º 0.44% 0.35% -
HSV(B) 10.63º 0.61% 0.51% -
XYZ 11.69 8.77 4.21 -
YUV 82.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 130 65 51 0 0.50 0.61 0.49 10.63 0.44 0.35
Hex 82 41 33 0 32 3D 31 B 2C 23
Octal 202 101 63 0 62 75 61 13 54 43
Binary 10000010 1000001 110011 0 110010 111101 110001 1011 101100 100011

Color Harmonies of #824133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824133

Black with #824133

Text Example


Text Example

White with #824133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824133; }

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

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

background-color css

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

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

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

border-color css

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

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

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