Html Css Color HEX #83413F Red Robin

📋 copy color: '#83413F'

red 131 ◦ green 65 ◦ blue 63

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

Shades of Red Robin #83413F

Tints of Red Robin #83413F

RGB

 RED value IS 131 (51.56% from 255) = 50.58%

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 50.58%
G = 25.1%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83413F (or 0x83413F) is known color: Red Robin. HEX triplet: 83, 41 and 3F. RGB value is (131,65,63). Sum of RGB (Red+Green+Blue) = 131+65+63=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413F is #7CBEC0. Grayscale: #545454. Windows color (decimal): -8175297 or 4145539. OLE color: 4145539.

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

Color convert

RGB 131 65 63 -
CMYK 0 0.50 0.52 0.49
HSL 1.76º 0.35% 0.38% -
HSV(B) 1.76º 0.52% 0.51% -
XYZ 12.15 8.96 5.79 -
YUV 84.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 131 65 63 0 0.50 0.52 0.49 1.76 0.35 0.38
Hex 83 41 3F 0 32 34 31 2 23 26
Octal 203 101 77 0 62 64 61 2 43 46
Binary 10000011 1000001 111111 0 110010 110100 110001 10 100011 100110

Color Harmonies of #83413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83413F

Black with #83413F

Text Example


Text Example

White with #83413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83413F; }

 p { color: rgb(131,65,63); }

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

background-color css

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

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

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

border-color css

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

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

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