Html Css Color HEX #83403A Red Robin

📋 copy color: '#83403A'

red 131 ◦ green 64 ◦ blue 58

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

Shades of Red Robin #83403A

Tints of Red Robin #83403A

RGB

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

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

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

R = 51.78%
G = 25.3%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83403A (or 0x83403A) is known color: Red Robin. HEX triplet: 83, 40 and 3A. RGB value is (131,64,58). Sum of RGB (Red+Green+Blue) = 131+64+58=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83403A is #7CBFC5. Grayscale: #535353. Windows color (decimal): -8175558 or 3817603. OLE color: 3817603.

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

Color convert

RGB 131 64 58 -
CMYK 0 0.51 0.56 0.49
HSL 4.93º 0.39% 0.37% -
HSV(B) 4.93º 0.56% 0.51% -
XYZ 11.96 8.8 5.07 -
YUV 83.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 131 64 58 0 0.51 0.56 0.49 4.93 0.39 0.37
Hex 83 40 3A 0 33 38 31 5 27 25
Octal 203 100 72 0 63 70 61 5 47 45
Binary 10000011 1000000 111010 0 110011 111000 110001 101 100111 100101

Color Harmonies of #83403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83403A

Black with #83403A

Text Example


Text Example

White with #83403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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