Html Css Color HEX #7D1533 Claret

📋 copy color: '#7D1533'

red 125 ◦ green 21 ◦ blue 51

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

Shades of Claret #7D1533

Tints of Claret #7D1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 63.45%
G = 10.66%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D1533 (or 0x7D1533) is known color: Claret. HEX triplet: 7D, 15 and 33. RGB value is (125,21,51). Sum of RGB (Red+Green+Blue) = 125+21+51=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1533 is #82EACC. Grayscale: #373737. Windows color (decimal): -8579789 or 3347837. OLE color: 3347837.

HSL color Cylindrical-coordinate representation of color #7D1533: hue angle of 342.69º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1533 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 51 -
CMYK 0 0.83 0.59 0.51
HSL 342.69º 0.71% 0.29% -
HSV(B) 342.69º 0.83% 0.49% -
XYZ 9.32 5.14 3.63 -
YUV 55.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 125 21 51 0 0.83 0.59 0.51 342.69 0.71 0.29
Hex 7D 15 33 0 53 3B 33 157 47 1D
Octal 175 25 63 0 123 73 63 527 107 35
Binary 1111101 10101 110011 0 1010011 111011 110011 101010111 1000111 11101

Color Harmonies of #7D1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1533

Black with #7D1533

Text Example


Text Example

White with #7D1533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,51); }

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

background-color css

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

 a { background-color: rgb(125,21,51); }

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

border-color css

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

 span { border-color: rgb(125,21,51); }

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