Html Css Color HEX #7D1230 Claret

📋 copy color: '#7D1230'

red 125 ◦ green 18 ◦ blue 48

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

Shades of Claret #7D1230

Tints of Claret #7D1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 65.45%
G = 9.42%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D1230 (or 0x7D1230) is known color: Claret. HEX triplet: 7D, 12 and 30. RGB value is (125,18,48). Sum of RGB (Red+Green+Blue) = 125+18+48=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1230 is #82EDCF. Grayscale: #353535. Windows color (decimal): -8580560 or 3150461. OLE color: 3150461.

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

Color convert

RGB 125 18 48 -
CMYK 0 0.86 0.62 0.51
HSL 343.18º 0.75% 0.28% -
HSV(B) 343.18º 0.86% 0.49% -
XYZ 9.21 5.01 3.28 -
YUV 53.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 125 18 48 0 0.86 0.62 0.51 343.18 0.75 0.28
Hex 7D 12 30 0 56 3E 33 157 4B 1C
Octal 175 22 60 0 126 76 63 527 113 34
Binary 1111101 10010 110000 0 1010110 111110 110011 101010111 1001011 11100

Color Harmonies of #7D1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1230

Black with #7D1230

Text Example


Text Example

White with #7D1230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,48); }

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

background-color css

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

 a { background-color: rgb(125,18,48); }

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

border-color css

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

 span { border-color: rgb(125,18,48); }

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