Html Css Color HEX #93020F Sangria

📋 copy color: '#93020F'

red 147 ◦ green 2 ◦ blue 15

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

Shades of Sangria #93020F

Tints of Sangria #93020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 89.63%
G = 1.22%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93020F (or 0x93020F) is known color: Sangria. HEX triplet: 93, 02 and 0F. RGB value is (147,2,15). Sum of RGB (Red+Green+Blue) = 147+2+15=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #93020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93020F is #6CFDF0. Grayscale: #2E2E2E. Windows color (decimal): -7142897 or 983699. OLE color: 983699.

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

Color convert

RGB 147 2 15 -
CMYK 0 0.99 0.90 0.42
HSL 354.62º 0.97% 0.29% -
HSV(B) 354.62º 0.99% 0.58% -
XYZ 12.14 6.28 1.02 -
YUV 46.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 147 2 15 0 0.99 0.90 0.42 354.62 0.97 0.29
Hex 93 2 F 0 63 5A 2A 163 61 1D
Octal 223 2 17 0 143 132 52 543 141 35
Binary 10010011 10 1111 0 1100011 1011010 101010 101100011 1100001 11101

Color Harmonies of #93020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93020F

Black with #93020F

Text Example


Text Example

White with #93020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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