Html Css Color HEX #80413D Red Robin

📋 copy color: '#80413D'

red 128 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #80413D

Tints of Red Robin #80413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 50.39%
G = 25.59%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80413D (or 0x80413D) is known color: Red Robin. HEX triplet: 80, 41 and 3D. RGB value is (128,65,61). Sum of RGB (Red+Green+Blue) = 128+65+61=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80413D is #7FBEC2. Grayscale: #535353. Windows color (decimal): -8371907 or 4014464. OLE color: 4014464.

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

Color convert

RGB 128 65 61 -
CMYK 0 0.49 0.52 0.50
HSL 3.58º 0.35% 0.37% -
HSV(B) 3.58º 0.52% 0.5% -
XYZ 11.63 8.71 5.48 -
YUV 83.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 128 65 61 0 0.49 0.52 0.50 3.58 0.35 0.37
Hex 80 41 3D 0 31 34 32 4 23 25
Octal 200 101 75 0 61 64 62 4 43 45
Binary 10000000 1000001 111101 0 110001 110100 110010 100 100011 100101

Color Harmonies of #80413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80413D

Black with #80413D

Text Example


Text Example

White with #80413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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