Html Css Color HEX #7D0E36 Claret

📋 copy color: '#7D0E36'

red 125 ◦ green 14 ◦ blue 54

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

Shades of Claret #7D0E36

Tints of Claret #7D0E36

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

 BLUE value IS 54 (21.48% from 255) = 27.98%

R = 64.77%
G = 7.25%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D0E36 (or 0x7D0E36) is known color: Claret. HEX triplet: 7D, 0E and 36. RGB value is (125,14,54). Sum of RGB (Red+Green+Blue) = 125+14+54=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0E36 is #82F1C9. Grayscale: #333333. Windows color (decimal): -8581578 or 3542653. OLE color: 3542653.

HSL color Cylindrical-coordinate representation of color #7D0E36: hue angle of 338.38º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E36 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 14 54 -
CMYK 0 0.89 0.57 0.51
HSL 338.38º 0.8% 0.27% -
HSV(B) 338.38º 0.89% 0.49% -
XYZ 9.28 4.94 3.95 -
YUV 51.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 125 14 54 0 0.89 0.57 0.51 338.38 0.8 0.27
Hex 7D E 36 0 59 39 33 152 50 1B
Octal 175 16 66 0 131 71 63 522 120 33
Binary 1111101 1110 110110 0 1011001 111001 110011 101010010 1010000 11011

Color Harmonies of #7D0E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0E36

Black with #7D0E36

Text Example


Text Example

White with #7D0E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,14,54); }

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

background-color css

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

 a { background-color: rgb(125,14,54); }

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

border-color css

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

 span { border-color: rgb(125,14,54); }

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