Html Css Color HEX #83453A Red Robin

📋 copy color: '#83453A'

red 131 ◦ green 69 ◦ blue 58

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

Shades of Red Robin #83453A

Tints of Red Robin #83453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 50.78%
G = 26.74%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83453A (or 0x83453A) is known color: Red Robin. HEX triplet: 83, 45 and 3A. RGB value is (131,69,58). Sum of RGB (Red+Green+Blue) = 131+69+58=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83453A is #7CBAC5. Grayscale: #565656. Windows color (decimal): -8174278 or 3818883. OLE color: 3818883.

HSL color Cylindrical-coordinate representation of color #83453A: hue angle of 9.04º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83453A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 58 -
CMYK 0 0.47 0.56 0.49
HSL 9.04º 0.39% 0.37% -
HSV(B) 9.04º 0.56% 0.51% -
XYZ 12.25 9.39 5.17 -
YUV 86.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 131 69 58 0 0.47 0.56 0.49 9.04 0.39 0.37
Hex 83 45 3A 0 2F 38 31 9 27 25
Octal 203 105 72 0 57 70 61 11 47 45
Binary 10000011 1000101 111010 0 101111 111000 110001 1001 100111 100101

Color Harmonies of #83453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83453A

Black with #83453A

Text Example


Text Example

White with #83453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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