Html Css Color HEX #7F0C0D Sangria

📋 copy color: '#7F0C0D'

red 127 ◦ green 12 ◦ blue 13

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

Shades of Sangria #7F0C0D

Tints of Sangria #7F0C0D

RGB

 RED value IS 127 (50% from 255) = 83.55%

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 83.55%
G = 7.89%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#7F0C0D (or 0x7F0C0D) is known color: Sangria. HEX triplet: 7F, 0C and 0D. RGB value is (127,12,13). Sum of RGB (Red+Green+Blue) = 127+12+13=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C0D is #80F3F2. Grayscale: #2E2E2E. Windows color (decimal): -8451059 or 855167. OLE color: 855167.

HSL color Cylindrical-coordinate representation of color #7F0C0D: hue angle of 359.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C0D is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 12 13 -
CMYK 0 0.91 0.90 0.50
HSL 359.48º 0.83% 0.27% -
HSV(B) 359.48º 0.91% 0.5% -
XYZ 8.96 4.8 0.84 -
YUV 46.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 127 12 13 0 0.91 0.90 0.50 359.48 0.83 0.27
Hex 7F C D 0 5B 5A 32 167 53 1B
Octal 177 14 15 0 133 132 62 547 123 33
Binary 1111111 1100 1101 0 1011011 1011010 110010 101100111 1010011 11011

Color Harmonies of #7F0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C0D

Black with #7F0C0D

Text Example


Text Example

White with #7F0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,12,13); }

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

background-color css

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

 a { background-color: rgb(127,12,13); }

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

border-color css

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

 span { border-color: rgb(127,12,13); }

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