Html Css Color HEX #7D183B Claret

📋 copy color: '#7D183B'

red 125 ◦ green 24 ◦ blue 59

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

Shades of Claret #7D183B

Tints of Claret #7D183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 60.1%
G = 11.54%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7D183B (or 0x7D183B) is known color: Claret. HEX triplet: 7D, 18 and 3B. RGB value is (125,24,59). Sum of RGB (Red+Green+Blue) = 125+24+59=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D183B is #82E7C4. Grayscale: #3A3A3A. Windows color (decimal): -8579013 or 3872893. OLE color: 3872893.

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

Color convert

RGB 125 24 59 -
CMYK 0 0.81 0.53 0.51
HSL 339.21º 0.68% 0.29% -
HSV(B) 339.21º 0.81% 0.49% -
XYZ 9.57 5.33 4.66 -
YUV 58.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 125 24 59 0 0.81 0.53 0.51 339.21 0.68 0.29
Hex 7D 18 3B 0 51 35 33 153 44 1D
Octal 175 30 73 0 121 65 63 523 104 35
Binary 1111101 11000 111011 0 1010001 110101 110011 101010011 1000100 11101

Color Harmonies of #7D183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D183B

Black with #7D183B

Text Example


Text Example

White with #7D183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,59); }

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

background-color css

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

 a { background-color: rgb(125,24,59); }

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

border-color css

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

 span { border-color: rgb(125,24,59); }

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