Html Css Color HEX #83403D Red Robin

📋 copy color: '#83403D'

red 131 ◦ green 64 ◦ blue 61

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

Shades of Red Robin #83403D

Tints of Red Robin #83403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 51.17%
G = 25%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83403D (or 0x83403D) is known color: Red Robin. HEX triplet: 83, 40 and 3D. RGB value is (131,64,61). Sum of RGB (Red+Green+Blue) = 131+64+61=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83403D is #7CBFC2. Grayscale: #535353. Windows color (decimal): -8175555 or 4014211. OLE color: 4014211.

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

Color convert

RGB 131 64 61 -
CMYK 0 0.51 0.53 0.49
HSL 2.57º 0.36% 0.38% -
HSV(B) 2.57º 0.53% 0.51% -
XYZ 12.04 8.83 5.48 -
YUV 83.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 131 64 61 0 0.51 0.53 0.49 2.57 0.36 0.38
Hex 83 40 3D 0 33 35 31 3 24 26
Octal 203 100 75 0 63 65 61 3 44 46
Binary 10000011 1000000 111101 0 110011 110101 110001 11 100100 100110

Color Harmonies of #83403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83403D

Black with #83403D

Text Example


Text Example

White with #83403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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