Html Css Color HEX #83453F Red Robin

📋 copy color: '#83453F'

red 131 ◦ green 69 ◦ blue 63

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

Shades of Red Robin #83453F

Tints of Red Robin #83453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 49.81%
G = 26.24%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83453F (or 0x83453F) is known color: Red Robin. HEX triplet: 83, 45 and 3F. RGB value is (131,69,63). Sum of RGB (Red+Green+Blue) = 131+69+63=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83453F is #7CBAC0. Grayscale: #565656. Windows color (decimal): -8174273 or 4146563. OLE color: 4146563.

HSL color Cylindrical-coordinate representation of color #83453F: hue angle of 5.29º 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 #83453F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 63 -
CMYK 0 0.47 0.52 0.49
HSL 5.29º 0.35% 0.38% -
HSV(B) 5.29º 0.52% 0.51% -
XYZ 12.39 9.44 5.87 -
YUV 86.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 131 69 63 0 0.47 0.52 0.49 5.29 0.35 0.38
Hex 83 45 3F 0 2F 34 31 5 23 26
Octal 203 105 77 0 57 64 61 5 43 46
Binary 10000011 1000101 111111 0 101111 110100 110001 101 100011 100110

Color Harmonies of #83453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83453F

Black with #83453F

Text Example


Text Example

White with #83453F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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