Html Css Color HEX #781834 Claret

📋 copy color: '#781834'

red 120 ◦ green 24 ◦ blue 52

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

Shades of Claret #781834

Tints of Claret #781834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 61.22%
G = 12.24%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#781834 (or 0x781834) is known color: Claret. HEX triplet: 78, 18 and 34. RGB value is (120,24,52). Sum of RGB (Red+Green+Blue) = 120+24+52=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #781834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781834 is #87E7CB. Grayscale: #373737. Windows color (decimal): -8906700 or 3414136. OLE color: 3414136.

HSL color Cylindrical-coordinate representation of color #781834: hue angle of 342.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781834 is Cyan = 0, Magento = 0.8, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 52 -
CMYK 0 0.8 0.57 0.53
HSL 342.5º 0.67% 0.28% -
HSV(B) 342.5º 0.8% 0.47% -
XYZ 8.69 4.89 3.74 -
YUV 55.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 120 24 52 0 0.8 0.57 0.53 342.5 0.67 0.28
Hex 78 18 34 0 50 39 35 156 43 1C
Octal 170 30 64 0 120 71 65 526 103 34
Binary 1111000 11000 110100 0 1010000 111001 110101 101010110 1000011 11100

Color Harmonies of #781834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781834

Black with #781834

Text Example


Text Example

White with #781834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781834; }

 p { color: rgb(120,24,52); }

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

background-color css

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

 a { background-color: rgb(120,24,52); }

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

border-color css

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

 span { border-color: rgb(120,24,52); }

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