Html Css Color HEX #94000D Sangria

📋 copy color: '#94000D'

red 148 ◦ green 0 ◦ blue 13

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

Shades of Sangria #94000D

Tints of Sangria #94000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 91.93%
G = 0%
B = 8.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94000D (or 0x94000D) is known color: Sangria. HEX triplet: 94, 00 and 0D. RGB value is (148,0,13). Sum of RGB (Red+Green+Blue) = 148+0+13=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #94000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000D is #6BFFF2. Grayscale: #2D2D2D. Windows color (decimal): -7077875 or 852116. OLE color: 852116.

HSL color Cylindrical-coordinate representation of color #94000D: hue angle of 354.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 #94000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 13 -
CMYK 0 1 0.91 0.42
HSL 354.73º 1% 0.29% -
HSV(B) 354.73º 1% 0.58% -
XYZ 12.29 6.32 0.95 -
YUV 45.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 148 0 13 0 1 0.91 0.42 354.73 1 0.29
Hex 94 0 D 0 64 5B 2A 163 64 1D
Octal 224 0 15 0 144 133 52 543 144 35
Binary 10010100 0 1101 0 1100100 1011011 101010 101100011 1100100 11101

Color Harmonies of #94000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94000D

Black with #94000D

Text Example


Text Example

White with #94000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94000D; }

 p { color: rgb(148,0,13); }

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

background-color css

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

 a { background-color: rgb(148,0,13); }

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

border-color css

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

 span { border-color: rgb(148,0,13); }

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