Html Css Color HEX #7D060B Sangria

📋 copy color: '#7D060B'

red 125 ◦ green 6 ◦ blue 11

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

Shades of Sangria #7D060B

Tints of Sangria #7D060B

RGB

 RED value IS 125 (49.22% from 255) = 88.03%

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 88.03%
G = 4.23%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D060B (or 0x7D060B) is known color: Sangria. HEX triplet: 7D, 06 and 0B. RGB value is (125,6,11). Sum of RGB (Red+Green+Blue) = 125+6+11=142 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.03% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 125 - color contains mainly: red. Hex color #7D060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D060B is #82F9F4. Grayscale: #2A2A2A. Windows color (decimal): -8583669 or 722557. OLE color: 722557.

HSL color Cylindrical-coordinate representation of color #7D060B: hue angle of 357.48º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D060B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 6 11 -
CMYK 0 0.95 0.91 0.51
HSL 357.48º 0.91% 0.26% -
HSV(B) 357.48º 0.95% 0.49% -
XYZ 8.58 4.51 0.74 -
YUV 42.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 125 6 11 0 0.95 0.91 0.51 357.48 0.91 0.26
Hex 7D 6 B 0 5F 5B 33 165 5B 1A
Octal 175 6 13 0 137 133 63 545 133 32
Binary 1111101 110 1011 0 1011111 1011011 110011 101100101 1011011 11010

Color Harmonies of #7D060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D060B

Black with #7D060B

Text Example


Text Example

White with #7D060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D060B; }

 p { color: rgb(125,6,11); }

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

background-color css

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

 a { background-color: rgb(125,6,11); }

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

border-color css

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

 span { border-color: rgb(125,6,11); }

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