Html Css Color HEX #781338 Claret

📋 copy color: '#781338'

red 120 ◦ green 19 ◦ blue 56

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

Shades of Claret #781338

Tints of Claret #781338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 61.54%
G = 9.74%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#781338 (or 0x781338) is known color: Claret. HEX triplet: 78, 13 and 38. RGB value is (120,19,56). Sum of RGB (Red+Green+Blue) = 120+19+56=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781338 is #87ECC7. Grayscale: #353535. Windows color (decimal): -8907976 or 3675000. OLE color: 3675000.

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

Color convert

RGB 120 19 56 -
CMYK 0 0.84 0.53 0.53
HSL 338.02º 0.73% 0.27% -
HSV(B) 338.02º 0.84% 0.47% -
XYZ 8.69 4.74 4.2 -
YUV 53.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 120 19 56 0 0.84 0.53 0.53 338.02 0.73 0.27
Hex 78 13 38 0 54 35 35 152 49 1B
Octal 170 23 70 0 124 65 65 522 111 33
Binary 1111000 10011 111000 0 1010100 110101 110101 101010010 1001001 11011

Color Harmonies of #781338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781338

Black with #781338

Text Example


Text Example

White with #781338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781338; }

 p { color: rgb(120,19,56); }

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

background-color css

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

 a { background-color: rgb(120,19,56); }

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

border-color css

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

 span { border-color: rgb(120,19,56); }

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