Html Css Color HEX #73222F Claret

📋 copy color: '#73222F'

red 115 ◦ green 34 ◦ blue 47

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

Shades of Claret #73222F

Tints of Claret #73222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 58.67%
G = 17.35%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73222F (or 0x73222F) is known color: Claret. HEX triplet: 73, 22 and 2F. RGB value is (115,34,47). Sum of RGB (Red+Green+Blue) = 115+34+47=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73222F is #8CDDD0. Grayscale: #3B3B3B. Windows color (decimal): -9231825 or 3089011. OLE color: 3089011.

HSL color Cylindrical-coordinate representation of color #73222F: hue angle of 350.37º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73222F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 47 -
CMYK 0 0.70 0.59 0.55
HSL 350.37º 0.54% 0.29% -
HSV(B) 350.37º 0.7% 0.45% -
XYZ 8.16 4.99 3.22 -
YUV 59.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 115 34 47 0 0.70 0.59 0.55 350.37 0.54 0.29
Hex 73 22 2F 0 46 3B 37 15E 36 1D
Octal 163 42 57 0 106 73 67 536 66 35
Binary 1110011 100010 101111 0 1000110 111011 110111 101011110 110110 11101

Color Harmonies of #73222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73222F

Black with #73222F

Text Example


Text Example

White with #73222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73222F; }

 p { color: rgb(115,34,47); }

 H1.HeaderClassName
 {
   color: #73222F;
 }
 .AnyTagClassName
 {
   color: #73222F;
 }
</style>

background-color css

<style>
 a { background-color: #73222F; }

 a { background-color: rgb(115,34,47); }

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

border-color css

<style>
 span { border-color: #73222F; }

 span { border-color: rgb(115,34,47); }

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