Html Css Color HEX #803D3C Red Robin

📋 copy color: '#803D3C'

red 128 ◦ green 61 ◦ blue 60

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

Shades of Red Robin #803D3C

Tints of Red Robin #803D3C

RGB

 RED value IS 128 (50.39% from 255) = 51.41%

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 51.41%
G = 24.5%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#803D3C (or 0x803D3C) is known color: Red Robin. HEX triplet: 80, 3D and 3C. RGB value is (128,61,60). Sum of RGB (Red+Green+Blue) = 128+61+60=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D3C is #7FC2C3. Grayscale: #505050. Windows color (decimal): -8372932 or 3947904. OLE color: 3947904.

HSL color Cylindrical-coordinate representation of color #803D3C: hue angle of 0.88º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803D3C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 60 -
CMYK 0 0.52 0.53 0.50
HSL 0.88º 0.36% 0.37% -
HSV(B) 0.88º 0.53% 0.5% -
XYZ 11.39 8.25 5.27 -
YUV 80.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 128 61 60 0 0.52 0.53 0.50 0.88 0.36 0.37
Hex 80 3D 3C 0 34 35 32 1 24 25
Octal 200 75 74 0 64 65 62 1 44 45
Binary 10000000 111101 111100 0 110100 110101 110010 1 100100 100101

Color Harmonies of #803D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D3C

Black with #803D3C

Text Example


Text Example

White with #803D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803D3C; }

 p { color: rgb(128,61,60); }

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

background-color css

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

 a { background-color: rgb(128,61,60); }

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

border-color css

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

 span { border-color: rgb(128,61,60); }

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