Html Css Color HEX #930107 Sangria

📋 copy color: '#930107'

red 147 ◦ green 1 ◦ blue 7

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

Shades of Sangria #930107

Tints of Sangria #930107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 94.84%
G = 0.65%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#930107 (or 0x930107) is known color: Sangria. HEX triplet: 93, 01 and 07. RGB value is (147,1,7). Sum of RGB (Red+Green+Blue) = 147+1+7=155 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.84% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 147 - color contains mainly: red. Hex color #930107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930107 is #6CFEF8. Grayscale: #2D2D2D. Windows color (decimal): -7143161 or 459155. OLE color: 459155.

HSL color Cylindrical-coordinate representation of color #930107: hue angle of 357.53º degrees, saturation: 0.99, 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 #930107 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 7 -
CMYK 0 0.99 0.95 0.42
HSL 357.53º 0.99% 0.29% -
HSV(B) 357.53º 0.99% 0.58% -
XYZ 12.08 6.24 0.77 -
YUV 45.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 147 1 7 0 0.99 0.95 0.42 357.53 0.99 0.29
Hex 93 1 7 0 63 5F 2A 166 63 1D
Octal 223 1 7 0 143 137 52 546 143 35
Binary 10010011 1 111 0 1100011 1011111 101010 101100110 1100011 11101

Color Harmonies of #930107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930107

Black with #930107

Text Example


Text Example

White with #930107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930107; }

 p { color: rgb(147,1,7); }

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

background-color css

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

 a { background-color: rgb(147,1,7); }

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

border-color css

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

 span { border-color: rgb(147,1,7); }

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