Html Css Color HEX #78102F Claret

📋 copy color: '#78102F'

red 120 ◦ green 16 ◦ blue 47

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

Shades of Claret #78102F

Tints of Claret #78102F

RGB

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

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

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

R = 65.57%
G = 8.74%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78102F (or 0x78102F) is known color: Claret. HEX triplet: 78, 10 and 2F. RGB value is (120,16,47). Sum of RGB (Red+Green+Blue) = 120+16+47=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78102F is #87EFD0. Grayscale: #323232. Windows color (decimal): -8908753 or 3084408. OLE color: 3084408.

HSL color Cylindrical-coordinate representation of color #78102F: hue angle of 342.12º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78102F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 47 -
CMYK 0 0.87 0.61 0.53
HSL 342.12º 0.76% 0.27% -
HSV(B) 342.12º 0.87% 0.47% -
XYZ 8.44 4.57 3.13 -
YUV 50.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 120 16 47 0 0.87 0.61 0.53 342.12 0.76 0.27
Hex 78 10 2F 0 57 3D 35 156 4C 1B
Octal 170 20 57 0 127 75 65 526 114 33
Binary 1111000 10000 101111 0 1010111 111101 110101 101010110 1001100 11011

Color Harmonies of #78102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78102F

Black with #78102F

Text Example


Text Example

White with #78102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,16,47); }

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

background-color css

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

 a { background-color: rgb(120,16,47); }

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

border-color css

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

 span { border-color: rgb(120,16,47); }

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