Html Css Color HEX #7F1739 Claret

📋 copy color: '#7F1739'

red 127 ◦ green 23 ◦ blue 57

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

Shades of Claret #7F1739

Tints of Claret #7F1739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 57 (22.66% from 255) = 27.54%

R = 61.35%
G = 11.11%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F1739 (or 0x7F1739) is known color: Claret. HEX triplet: 7F, 17 and 39. RGB value is (127,23,57). Sum of RGB (Red+Green+Blue) = 127+23+57=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1739 is #80E8C6. Grayscale: #393939. Windows color (decimal): -8448199 or 3741567. OLE color: 3741567.

HSL color Cylindrical-coordinate representation of color #7F1739: hue angle of 340.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1739 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 57 -
CMYK 0 0.82 0.55 0.50
HSL 340.38º 0.69% 0.29% -
HSV(B) 340.38º 0.82% 0.5% -
XYZ 9.8 5.42 4.4 -
YUV 57.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 127 23 57 0 0.82 0.55 0.50 340.38 0.69 0.29
Hex 7F 17 39 0 52 37 32 154 45 1D
Octal 177 27 71 0 122 67 62 524 105 35
Binary 1111111 10111 111001 0 1010010 110111 110010 101010100 1000101 11101

Color Harmonies of #7F1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1739

Black with #7F1739

Text Example


Text Example

White with #7F1739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,57); }

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

background-color css

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

 a { background-color: rgb(127,23,57); }

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

border-color css

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

 span { border-color: rgb(127,23,57); }

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