Html Css Color HEX #740006 Sangria

📋 copy color: '#740006'

red 116 ◦ green 0 ◦ blue 6

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

Shades of Sangria #740006

Tints of Sangria #740006

RGB

 RED value IS 116 (45.7% from 255) = 95.08%

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

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 95.08%
G = 0%
B = 4.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#740006 (or 0x740006) is known color: Sangria. HEX triplet: 74, 00 and 06. RGB value is (116,0,6). Sum of RGB (Red+Green+Blue) = 116+0+6=122 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.08% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 116 - color contains mainly: red. Hex color #740006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740006 is #8BFFF9. Grayscale: #232323. Windows color (decimal): -9175034 or 393332. OLE color: 393332.

HSL color Cylindrical-coordinate representation of color #740006: hue angle of 356.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 6 -
CMYK 0 1 0.95 0.55
HSL 356.9º 1% 0.23% -
HSV(B) 356.9º 1% 0.45% -
XYZ 7.24 3.73 0.51 -
YUV 35.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 116 0 6 0 1 0.95 0.55 356.9 1 0.23
Hex 74 0 6 0 64 5F 37 165 64 17
Octal 164 0 6 0 144 137 67 545 144 27
Binary 1110100 0 110 0 1100100 1011111 110111 101100101 1100100 10111

Color Harmonies of #740006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740006

Black with #740006

Text Example


Text Example

White with #740006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740006; }

 p { color: rgb(116,0,6); }

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

background-color css

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

 a { background-color: rgb(116,0,6); }

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

border-color css

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

 span { border-color: rgb(116,0,6); }

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