Html Css Color HEX #83413B Red Robin

📋 copy color: '#83413B'

red 131 ◦ green 65 ◦ blue 59

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

Shades of Red Robin #83413B

Tints of Red Robin #83413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 51.37%
G = 25.49%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83413B (or 0x83413B) is known color: Red Robin. HEX triplet: 83, 41 and 3B. RGB value is (131,65,59). Sum of RGB (Red+Green+Blue) = 131+65+59=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413B is #7CBEC4. Grayscale: #545454. Windows color (decimal): -8175301 or 3883395. OLE color: 3883395.

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

Color convert

RGB 131 65 59 -
CMYK 0 0.50 0.55 0.49
HSL 0.38% 0.37% -
HSV(B) 0.55% 0.51% -
XYZ 12.04 8.92 5.23 -
YUV 84.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 131 65 59 0 0.50 0.55 0.49 5 0.38 0.37
Hex 83 41 3B 0 32 37 31 5 26 25
Octal 203 101 73 0 62 67 61 5 46 45
Binary 10000011 1000001 111011 0 110010 110111 110001 101 100110 100101

Color Harmonies of #83413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83413B

Black with #83413B

Text Example


Text Example

White with #83413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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