Html Css Color HEX #83413E Red Robin

📋 copy color: '#83413E'

red 131 ◦ green 65 ◦ blue 62

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

Shades of Red Robin #83413E

Tints of Red Robin #83413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 50.78%
G = 25.19%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83413E (or 0x83413E) is known color: Red Robin. HEX triplet: 83, 41 and 3E. RGB value is (131,65,62). Sum of RGB (Red+Green+Blue) = 131+65+62=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413E is #7CBEC1. Grayscale: #545454. Windows color (decimal): -8175298 or 4080003. OLE color: 4080003.

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

Color convert

RGB 131 65 62 -
CMYK 0 0.50 0.53 0.49
HSL 2.61º 0.36% 0.38% -
HSV(B) 2.61º 0.53% 0.51% -
XYZ 12.12 8.95 5.65 -
YUV 84.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 131 65 62 0 0.50 0.53 0.49 2.61 0.36 0.38
Hex 83 41 3E 0 32 35 31 3 24 26
Octal 203 101 76 0 62 65 61 3 44 46
Binary 10000011 1000001 111110 0 110010 110101 110001 11 100100 100110

Color Harmonies of #83413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83413E

Black with #83413E

Text Example


Text Example

White with #83413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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