Html Css Color HEX #850004 Sangria

📋 copy color: '#850004'

red 133 ◦ green 0 ◦ blue 4

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

Shades of Sangria #850004

Tints of Sangria #850004

RGB

 RED value IS 133 (52.34% from 255) = 97.08%

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

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 97.08%
G = 0%
B = 2.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#850004 (or 0x850004) is known color: Sangria. HEX triplet: 85, 00 and 04. RGB value is (133,0,4). Sum of RGB (Red+Green+Blue) = 133+0+4=137 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.08% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 133 - color contains mainly: red. Hex color #850004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850004 is #7AFFFB. Grayscale: #282828. Windows color (decimal): -8060924 or 262277. OLE color: 262277.

HSL color Cylindrical-coordinate representation of color #850004: hue angle of 358.2º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 4 -
CMYK 0 1 0.97 0.48
HSL 358.2º 1% 0.26% -
HSV(B) 358.2º 1% 0.52% -
XYZ 9.69 5 0.57 -
YUV 40.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 133 0 4 0 1 0.97 0.48 358.2 1 0.26
Hex 85 0 4 0 64 61 30 166 64 1A
Octal 205 0 4 0 144 141 60 546 144 32
Binary 10000101 0 100 0 1100100 1100001 110000 101100110 1100100 11010

Color Harmonies of #850004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850004

Black with #850004

Text Example


Text Example

White with #850004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850004; }

 p { color: rgb(133,0,4); }

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

background-color css

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

 a { background-color: rgb(133,0,4); }

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

border-color css

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

 span { border-color: rgb(133,0,4); }

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