Html Css Color HEX #78223D Claret

📋 copy color: '#78223D'

red 120 ◦ green 34 ◦ blue 61

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

Shades of Claret #78223D

Tints of Claret #78223D

RGB

 RED value IS 120 (47.27% from 255) = 55.81%

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 55.81%
G = 15.81%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78223D (or 0x78223D) is known color: Claret. HEX triplet: 78, 22 and 3D. RGB value is (120,34,61). Sum of RGB (Red+Green+Blue) = 120+34+61=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78223D is #87DDC2. Grayscale: #3E3E3E. Windows color (decimal): -8904131 or 4006520. OLE color: 4006520.

HSL color Cylindrical-coordinate representation of color #78223D: hue angle of 341.16º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78223D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 61 -
CMYK 0 0.72 0.49 0.53
HSL 341.16º 0.56% 0.3% -
HSV(B) 341.16º 0.72% 0.47% -
XYZ 9.16 5.47 4.99 -
YUV 62.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 120 34 61 0 0.72 0.49 0.53 341.16 0.56 0.3
Hex 78 22 3D 0 48 31 35 155 38 1E
Octal 170 42 75 0 110 61 65 525 70 36
Binary 1111000 100010 111101 0 1001000 110001 110101 101010101 111000 11110

Color Harmonies of #78223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78223D

Black with #78223D

Text Example


Text Example

White with #78223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,34,61); }

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

background-color css

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

 a { background-color: rgb(120,34,61); }

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

border-color css

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

 span { border-color: rgb(120,34,61); }

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