Html Css Color HEX #93060F Sangria

📋 copy color: '#93060F'

red 147 ◦ green 6 ◦ blue 15

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

Shades of Sangria #93060F

Tints of Sangria #93060F

RGB

 RED value IS 147 (57.81% from 255) = 87.5%

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 87.5%
G = 3.57%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93060F (or 0x93060F) is known color: Sangria. HEX triplet: 93, 06 and 0F. RGB value is (147,6,15). Sum of RGB (Red+Green+Blue) = 147+6+15=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #93060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93060F is #6CF9F0. Grayscale: #313131. Windows color (decimal): -7141873 or 984723. OLE color: 984723.

HSL color Cylindrical-coordinate representation of color #93060F: hue angle of 356.17º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93060F is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 15 -
CMYK 0 0.96 0.90 0.42
HSL 356.17º 0.92% 0.3% -
HSV(B) 356.17º 0.96% 0.58% -
XYZ 12.18 6.37 1.04 -
YUV 49.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 147 6 15 0 0.96 0.90 0.42 356.17 0.92 0.3
Hex 93 6 F 0 60 5A 2A 164 5C 1E
Octal 223 6 17 0 140 132 52 544 134 36
Binary 10010011 110 1111 0 1100000 1011010 101010 101100100 1011100 11110

Color Harmonies of #93060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93060F

Black with #93060F

Text Example


Text Example

White with #93060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93060F; }

 p { color: rgb(147,6,15); }

 H1.HeaderClassName
 {
   color: #93060F;
 }
 .AnyTagClassName
 {
   color: #93060F;
 }
</style>

background-color css

<style>
 a { background-color: #93060F; }

 a { background-color: rgb(147,6,15); }

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

border-color css

<style>
 span { border-color: #93060F; }

 span { border-color: rgb(147,6,15); }

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