Html Css Color HEX #83443D Red Robin

📋 copy color: '#83443D'

red 131 ◦ green 68 ◦ blue 61

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

Shades of Red Robin #83443D

Tints of Red Robin #83443D

RGB

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

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

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

R = 50.38%
G = 26.15%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83443D (or 0x83443D) is known color: Red Robin. HEX triplet: 83, 44 and 3D. RGB value is (131,68,61). Sum of RGB (Red+Green+Blue) = 131+68+61=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83443D is #7CBBC2. Grayscale: #565656. Windows color (decimal): -8174531 or 4015235. OLE color: 4015235.

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

Color convert

RGB 131 68 61 -
CMYK 0 0.48 0.53 0.49
HSL 0.36% 0.38% -
HSV(B) 0.53% 0.51% -
XYZ 12.27 9.3 5.56 -
YUV 86.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 131 68 61 0 0.48 0.53 0.49 6 0.36 0.38
Hex 83 44 3D 0 30 35 31 6 24 26
Octal 203 104 75 0 60 65 61 6 44 46
Binary 10000011 1000100 111101 0 110000 110101 110001 110 100100 100110

Color Harmonies of #83443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83443D

Black with #83443D

Text Example


Text Example

White with #83443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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