Html Css Color HEX #73102B Claret

📋 copy color: '#73102B'

red 115 ◦ green 16 ◦ blue 43

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

Shades of Claret #73102B

Tints of Claret #73102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 66.09%
G = 9.2%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73102B (or 0x73102B) is known color: Claret. HEX triplet: 73, 10 and 2B. RGB value is (115,16,43). Sum of RGB (Red+Green+Blue) = 115+16+43=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102B is #8CEFD4. Grayscale: #303030. Windows color (decimal): -9236437 or 2822259. OLE color: 2822259.

HSL color Cylindrical-coordinate representation of color #73102B: hue angle of 343.64º 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 #73102B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 43 -
CMYK 0 0.86 0.63 0.55
HSL 343.64º 0.76% 0.26% -
HSV(B) 343.64º 0.86% 0.45% -
XYZ 7.69 4.19 2.69 -
YUV 48.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 115 16 43 0 0.86 0.63 0.55 343.64 0.76 0.26
Hex 73 10 2B 0 56 3F 37 158 4C 1A
Octal 163 20 53 0 126 77 67 530 114 32
Binary 1110011 10000 101011 0 1010110 111111 110111 101011000 1001100 11010

Color Harmonies of #73102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73102B

Black with #73102B

Text Example


Text Example

White with #73102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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