Html Css Color HEX #83443C Red Robin

📋 copy color: '#83443C'

red 131 ◦ green 68 ◦ blue 60

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

Shades of Red Robin #83443C

Tints of Red Robin #83443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 50.58%
G = 26.25%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83443C (or 0x83443C) is known color: Red Robin. HEX triplet: 83, 44 and 3C. RGB value is (131,68,60). Sum of RGB (Red+Green+Blue) = 131+68+60=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83443C is #7CBBC3. Grayscale: #565656. Windows color (decimal): -8174532 or 3949699. OLE color: 3949699.

HSL color Cylindrical-coordinate representation of color #83443C: hue angle of 6.76º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83443C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 60 -
CMYK 0 0.48 0.54 0.49
HSL 6.76º 0.37% 0.37% -
HSV(B) 6.76º 0.54% 0.51% -
XYZ 12.24 9.29 5.42 -
YUV 85.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 131 68 60 0 0.48 0.54 0.49 6.76 0.37 0.37
Hex 83 44 3C 0 30 36 31 7 25 25
Octal 203 104 74 0 60 66 61 7 45 45
Binary 10000011 1000100 111100 0 110000 110110 110001 111 100101 100101

Color Harmonies of #83443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83443C

Black with #83443C

Text Example


Text Example

White with #83443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83443C; }

 p { color: rgb(131,68,60); }

 H1.HeaderClassName
 {
   color: #83443C;
 }
 .AnyTagClassName
 {
   color: #83443C;
 }
</style>

background-color css

<style>
 a { background-color: #83443C; }

 a { background-color: rgb(131,68,60); }

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

border-color css

<style>
 span { border-color: #83443C; }

 span { border-color: rgb(131,68,60); }

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