Html Css Color HEX #92000D Sangria

📋 copy color: '#92000D'

red 146 ◦ green 0 ◦ blue 13

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

Shades of Sangria #92000D

Tints of Sangria #92000D

RGB

 RED value IS 146 (57.42% from 255) = 91.82%

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

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

R = 91.82%
G = 0%
B = 8.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#92000D (or 0x92000D) is known color: Sangria. HEX triplet: 92, 00 and 0D. RGB value is (146,0,13). Sum of RGB (Red+Green+Blue) = 146+0+13=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #92000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92000D is #6DFFF2. Grayscale: #2D2D2D. Windows color (decimal): -7208947 or 852114. OLE color: 852114.

HSL color Cylindrical-coordinate representation of color #92000D: hue angle of 354.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 13 -
CMYK 0 1 0.91 0.43
HSL 354.66º 1% 0.29% -
HSV(B) 354.66º 1% 0.57% -
XYZ 11.93 6.14 0.94 -
YUV 45.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 146 0 13 0 1 0.91 0.43 354.66 1 0.29
Hex 92 0 D 0 64 5B 2B 163 64 1D
Octal 222 0 15 0 144 133 53 543 144 35
Binary 10010010 0 1101 0 1100100 1011011 101011 101100011 1100100 11101

Color Harmonies of #92000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92000D

Black with #92000D

Text Example


Text Example

White with #92000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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