Html Css Color HEX #824141 Red Robin

📋 copy color: '#824141'

red 130 ◦ green 65 ◦ blue 65

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

Shades of Red Robin #824141

Tints of Red Robin #824141

RGB

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

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

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

R = 50%
G = 25%
B = 25%

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

#824141 (or 0x824141) is known color: Red Robin. HEX triplet: 82, 41 and 41. RGB value is (130,65,65). Sum of RGB (Red+Green+Blue) = 130+65+65=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824141 is #7DBEBE. Grayscale: #545454. Windows color (decimal): -8240831 or 4276610. OLE color: 4276610.

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

Color convert

RGB 130 65 65 -
CMYK 0 0.50 0.50 0.49
HSL 0.33% 0.38% -
HSV(B) 0.5% 0.51% -
XYZ 12.05 8.91 6.09 -
YUV 84.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 130 65 65 0 0.50 0.50 0.49 0 0.33 0.38
Hex 82 41 41 0 32 32 31 0 21 26
Octal 202 101 101 0 62 62 61 0 41 46
Binary 10000010 1000001 1000001 0 110010 110010 110001 0 100001 100110

Color Harmonies of #824141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824141

Black with #824141

Text Example


Text Example

White with #824141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824141; }

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

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

background-color css

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

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

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

border-color css

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

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

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