Html Css Color HEX #85363B Stiletto

📋 copy color: '#85363B'

red 133 ◦ green 54 ◦ blue 59

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

Shades of Stiletto #85363B

Tints of Stiletto #85363B

RGB

 RED value IS 133 (52.34% from 255) = 54.07%

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 54.07%
G = 21.95%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85363B (or 0x85363B) is known color: Stiletto. HEX triplet: 85, 36 and 3B. RGB value is (133,54,59). Sum of RGB (Red+Green+Blue) = 133+54+59=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85363B is #7AC9C4. Grayscale: #4E4E4E. Windows color (decimal): -8047045 or 3880581. OLE color: 3880581.

HSL color Cylindrical-coordinate representation of color #85363B: hue angle of 356.2º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85363B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 59 -
CMYK 0 0.59 0.56 0.48
HSL 356.2º 0.42% 0.37% -
HSV(B) 356.2º 0.59% 0.52% -
XYZ 11.78 7.94 5.05 -
YUV 78.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 133 54 59 0 0.59 0.56 0.48 356.2 0.42 0.37
Hex 85 36 3B 0 3B 38 30 164 2A 25
Octal 205 66 73 0 73 70 60 544 52 45
Binary 10000101 110110 111011 0 111011 111000 110000 101100100 101010 100101

Color Harmonies of #85363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85363B

Black with #85363B

Text Example


Text Example

White with #85363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,54,59); }

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

background-color css

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

 a { background-color: rgb(133,54,59); }

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

border-color css

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

 span { border-color: rgb(133,54,59); }

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