Html Css Color HEX #7F1639 Claret

📋 copy color: '#7F1639'

red 127 ◦ green 22 ◦ blue 57

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

Shades of Claret #7F1639

Tints of Claret #7F1639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 61.65%
G = 10.68%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F1639 (or 0x7F1639) is known color: Claret. HEX triplet: 7F, 16 and 39. RGB value is (127,22,57). Sum of RGB (Red+Green+Blue) = 127+22+57=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1639 is #80E9C6. Grayscale: #393939. Windows color (decimal): -8448455 or 3741311. OLE color: 3741311.

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

Color convert

RGB 127 22 57 -
CMYK 0 0.83 0.55 0.50
HSL 340º 0.7% 0.29% -
HSV(B) 340º 0.83% 0.5% -
XYZ 9.78 5.38 4.39 -
YUV 57.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 127 22 57 0 0.83 0.55 0.50 340 0.7 0.29
Hex 7F 16 39 0 53 37 32 154 46 1D
Octal 177 26 71 0 123 67 62 524 106 35
Binary 1111111 10110 111001 0 1010011 110111 110010 101010100 1000110 11101

Color Harmonies of #7F1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1639

Black with #7F1639

Text Example


Text Example

White with #7F1639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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