Html Css Color HEX #930008 Sangria

📋 copy color: '#930008'

red 147 ◦ green 0 ◦ blue 8

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

Shades of Sangria #930008

Tints of Sangria #930008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 94.84%
G = 0%
B = 5.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#930008 (or 0x930008) is known color: Sangria. HEX triplet: 93, 00 and 08. RGB value is (147,0,8). Sum of RGB (Red+Green+Blue) = 147+0+8=155 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.84% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 147 - color contains mainly: red. Hex color #930008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930008 is #6CFFF7. Grayscale: #2C2C2C. Windows color (decimal): -7143416 or 524435. OLE color: 524435.

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

Color convert

RGB 147 0 8 -
CMYK 0 1 0.95 0.42
HSL 356.73º 1% 0.29% -
HSV(B) 356.73º 1% 0.58% -
XYZ 12.08 6.22 0.79 -
YUV 44.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 147 0 8 0 1 0.95 0.42 356.73 1 0.29
Hex 93 0 8 0 64 5F 2A 165 64 1D
Octal 223 0 10 0 144 137 52 545 144 35
Binary 10010011 0 1000 0 1100100 1011111 101010 101100101 1100100 11101

Color Harmonies of #930008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930008

Black with #930008

Text Example


Text Example

White with #930008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930008; }

 p { color: rgb(147,0,8); }

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

background-color css

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

 a { background-color: rgb(147,0,8); }

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

border-color css

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

 span { border-color: rgb(147,0,8); }

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