Html Css Color HEX #803F3A Red Robin

📋 copy color: '#803F3A'

red 128 ◦ green 63 ◦ blue 58

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

Shades of Red Robin #803F3A

Tints of Red Robin #803F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 51.41%
G = 25.3%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#803F3A (or 0x803F3A) is known color: Red Robin. HEX triplet: 80, 3F and 3A. RGB value is (128,63,58). Sum of RGB (Red+Green+Blue) = 128+63+58=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F3A is #7FC0C5. Grayscale: #515151. Windows color (decimal): -8372422 or 3817344. OLE color: 3817344.

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

Color convert

RGB 128 63 58 -
CMYK 0 0.51 0.55 0.50
HSL 4.29º 0.38% 0.36% -
HSV(B) 4.29º 0.55% 0.5% -
XYZ 11.44 8.45 5.03 -
YUV 81.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 128 63 58 0 0.51 0.55 0.50 4.29 0.38 0.36
Hex 80 3F 3A 0 33 37 32 4 26 24
Octal 200 77 72 0 63 67 62 4 46 44
Binary 10000000 111111 111010 0 110011 110111 110010 100 100110 100100

Color Harmonies of #803F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F3A

Black with #803F3A

Text Example


Text Example

White with #803F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,63,58); }

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

background-color css

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

 a { background-color: rgb(128,63,58); }

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

border-color css

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

 span { border-color: rgb(128,63,58); }

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