Html Css Color HEX #7D1036 Claret

📋 copy color: '#7D1036'

red 125 ◦ green 16 ◦ blue 54

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

Shades of Claret #7D1036

Tints of Claret #7D1036

RGB

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

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

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

R = 64.1%
G = 8.21%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D1036 (or 0x7D1036) is known color: Claret. HEX triplet: 7D, 10 and 36. RGB value is (125,16,54). Sum of RGB (Red+Green+Blue) = 125+16+54=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1036 is #82EFC9. Grayscale: #343434. Windows color (decimal): -8581066 or 3543165. OLE color: 3543165.

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

Color convert

RGB 125 16 54 -
CMYK 0 0.87 0.57 0.51
HSL 339.08º 0.77% 0.28% -
HSV(B) 339.08º 0.87% 0.49% -
XYZ 9.31 5 3.96 -
YUV 52.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 125 16 54 0 0.87 0.57 0.51 339.08 0.77 0.28
Hex 7D 10 36 0 57 39 33 153 4D 1C
Octal 175 20 66 0 127 71 63 523 115 34
Binary 1111101 10000 110110 0 1010111 111001 110011 101010011 1001101 11100

Color Harmonies of #7D1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1036

Black with #7D1036

Text Example


Text Example

White with #7D1036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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