Html Css Color HEX #83453D Red Robin

📋 copy color: '#83453D'

red 131 ◦ green 69 ◦ blue 61

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

Shades of Red Robin #83453D

Tints of Red Robin #83453D

RGB

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

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

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

R = 50.19%
G = 26.44%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83453D (or 0x83453D) is known color: Red Robin. HEX triplet: 83, 45 and 3D. RGB value is (131,69,61). Sum of RGB (Red+Green+Blue) = 131+69+61=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83453D is #7CBAC2. Grayscale: #565656. Windows color (decimal): -8174275 or 4015491. OLE color: 4015491.

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

Color convert

RGB 131 69 61 -
CMYK 0 0.47 0.53 0.49
HSL 6.86º 0.36% 0.38% -
HSV(B) 6.86º 0.53% 0.51% -
XYZ 12.33 9.42 5.58 -
YUV 86.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 131 69 61 0 0.47 0.53 0.49 6.86 0.36 0.38
Hex 83 45 3D 0 2F 35 31 7 24 26
Octal 203 105 75 0 57 65 61 7 44 46
Binary 10000011 1000101 111101 0 101111 110101 110001 111 100100 100110

Color Harmonies of #83453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83453D

Black with #83453D

Text Example


Text Example

White with #83453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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