Html Css Color HEX #940308 Sangria

📋 copy color: '#940308'

red 148 ◦ green 3 ◦ blue 8

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

Shades of Sangria #940308

Tints of Sangria #940308

RGB

 RED value IS 148 (58.2% from 255) = 93.08%

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 93.08%
G = 1.89%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#940308 (or 0x940308) is known color: Sangria. HEX triplet: 94, 03 and 08. RGB value is (148,3,8). Sum of RGB (Red+Green+Blue) = 148+3+8=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #940308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940308 is #6BFCF7. Grayscale: #2F2F2F. Windows color (decimal): -7077112 or 525204. OLE color: 525204.

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

Color convert

RGB 148 3 8 -
CMYK 0 0.98 0.95 0.42
HSL 357.93º 0.96% 0.3% -
HSV(B) 357.93º 0.98% 0.58% -
XYZ 12.29 6.38 0.81 -
YUV 46.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 148 3 8 0 0.98 0.95 0.42 357.93 0.96 0.3
Hex 94 3 8 0 62 5F 2A 166 60 1E
Octal 224 3 10 0 142 137 52 546 140 36
Binary 10010100 11 1000 0 1100010 1011111 101010 101100110 1100000 11110

Color Harmonies of #940308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940308

Black with #940308

Text Example


Text Example

White with #940308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940308; }

 p { color: rgb(148,3,8); }

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

background-color css

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

 a { background-color: rgb(148,3,8); }

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

border-color css

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

 span { border-color: rgb(148,3,8); }

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