Html Css Color HEX #83463B Red Robin

📋 copy color: '#83463B'

red 131 ◦ green 70 ◦ blue 59

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

Shades of Red Robin #83463B

Tints of Red Robin #83463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 50.38%
G = 26.92%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83463B (or 0x83463B) is known color: Red Robin. HEX triplet: 83, 46 and 3B. RGB value is (131,70,59). Sum of RGB (Red+Green+Blue) = 131+70+59=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83463B is #7CB9C4. Grayscale: #575757. Windows color (decimal): -8174021 or 3884675. OLE color: 3884675.

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

Color convert

RGB 131 70 59 -
CMYK 0 0.47 0.55 0.49
HSL 9.17º 0.38% 0.37% -
HSV(B) 9.17º 0.55% 0.51% -
XYZ 12.34 9.52 5.33 -
YUV 86.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 131 70 59 0 0.47 0.55 0.49 9.17 0.38 0.37
Hex 83 46 3B 0 2F 37 31 9 26 25
Octal 203 106 73 0 57 67 61 11 46 45
Binary 10000011 1000110 111011 0 101111 110111 110001 1001 100110 100101

Color Harmonies of #83463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83463B

Black with #83463B

Text Example


Text Example

White with #83463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83463B; }

 p { color: rgb(131,70,59); }

 H1.HeaderClassName
 {
   color: #83463B;
 }
 .AnyTagClassName
 {
   color: #83463B;
 }
</style>

background-color css

<style>
 a { background-color: #83463B; }

 a { background-color: rgb(131,70,59); }

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

border-color css

<style>
 span { border-color: #83463B; }

 span { border-color: rgb(131,70,59); }

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