Html Css Color HEX #73102D Claret

📋 copy color: '#73102D'

red 115 ◦ green 16 ◦ blue 45

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

Shades of Claret #73102D

Tints of Claret #73102D

RGB

 RED value IS 115 (45.31% from 255) = 65.34%

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

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 65.34%
G = 9.09%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73102D (or 0x73102D) is known color: Claret. HEX triplet: 73, 10 and 2D. RGB value is (115,16,45). Sum of RGB (Red+Green+Blue) = 115+16+45=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102D is #8CEFD2. Grayscale: #303030. Windows color (decimal): -9236435 or 2953331. OLE color: 2953331.

HSL color Cylindrical-coordinate representation of color #73102D: hue angle of 342.42º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73102D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 45 -
CMYK 0 0.86 0.61 0.55
HSL 342.42º 0.76% 0.26% -
HSV(B) 342.42º 0.86% 0.45% -
XYZ 7.73 4.2 2.89 -
YUV 48.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 115 16 45 0 0.86 0.61 0.55 342.42 0.76 0.26
Hex 73 10 2D 0 56 3D 37 156 4C 1A
Octal 163 20 55 0 126 75 67 526 114 32
Binary 1110011 10000 101101 0 1010110 111101 110111 101010110 1001100 11010

Color Harmonies of #73102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73102D

Black with #73102D

Text Example


Text Example

White with #73102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73102D; }

 p { color: rgb(115,16,45); }

 H1.HeaderClassName
 {
   color: #73102D;
 }
 .AnyTagClassName
 {
   color: #73102D;
 }
</style>

background-color css

<style>
 a { background-color: #73102D; }

 a { background-color: rgb(115,16,45); }

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

border-color css

<style>
 span { border-color: #73102D; }

 span { border-color: rgb(115,16,45); }

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