Html Css Color HEX #722338 Claret

📋 copy color: '#722338'

red 114 ◦ green 35 ◦ blue 56

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

Shades of Claret #722338

Tints of Claret #722338

RGB

 RED value IS 114 (44.92% from 255) = 55.61%

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 55.61%
G = 17.07%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#722338 (or 0x722338) is known color: Claret. HEX triplet: 72, 23 and 38. RGB value is (114,35,56). Sum of RGB (Red+Green+Blue) = 114+35+56=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722338 is #8DDCC7. Grayscale: #3D3D3D. Windows color (decimal): -9297096 or 3679090. OLE color: 3679090.

HSL color Cylindrical-coordinate representation of color #722338: hue angle of 344.05º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722338 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 56 -
CMYK 0 0.69 0.51 0.55
HSL 344.05º 0.53% 0.29% -
HSV(B) 344.05º 0.69% 0.45% -
XYZ 8.25 5.06 4.28 -
YUV 61.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 114 35 56 0 0.69 0.51 0.55 344.05 0.53 0.29
Hex 72 23 38 0 45 33 37 158 35 1D
Octal 162 43 70 0 105 63 67 530 65 35
Binary 1110010 100011 111000 0 1000101 110011 110111 101011000 110101 11101

Color Harmonies of #722338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722338

Black with #722338

Text Example


Text Example

White with #722338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722338; }

 p { color: rgb(114,35,56); }

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

background-color css

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

 a { background-color: rgb(114,35,56); }

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

border-color css

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

 span { border-color: rgb(114,35,56); }

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