Html Css Color HEX #7F1034 Claret

📋 copy color: '#7F1034'

red 127 ◦ green 16 ◦ blue 52

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

Shades of Claret #7F1034

Tints of Claret #7F1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 65.13%
G = 8.21%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F1034 (or 0x7F1034) is known color: Claret. HEX triplet: 7F, 10 and 34. RGB value is (127,16,52). Sum of RGB (Red+Green+Blue) = 127+16+52=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1034 is #80EFCB. Grayscale: #353535. Windows color (decimal): -8449996 or 3412095. OLE color: 3412095.

HSL color Cylindrical-coordinate representation of color #7F1034: hue angle of 340.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1034 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 52 -
CMYK 0 0.87 0.59 0.50
HSL 340.54º 0.78% 0.28% -
HSV(B) 340.54º 0.87% 0.5% -
XYZ 9.56 5.13 3.74 -
YUV 53.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 127 16 52 0 0.87 0.59 0.50 340.54 0.78 0.28
Hex 7F 10 34 0 57 3B 32 155 4E 1C
Octal 177 20 64 0 127 73 62 525 116 34
Binary 1111111 10000 110100 0 1010111 111011 110010 101010101 1001110 11100

Color Harmonies of #7F1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1034

Black with #7F1034

Text Example


Text Example

White with #7F1034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,52); }

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

background-color css

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

 a { background-color: rgb(127,16,52); }

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

border-color css

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

 span { border-color: rgb(127,16,52); }

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