Html Css Color HEX #782136 Claret

📋 copy color: '#782136'

red 120 ◦ green 33 ◦ blue 54

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

Shades of Claret #782136

Tints of Claret #782136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 57.97%
G = 15.94%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#782136 (or 0x782136) is known color: Claret. HEX triplet: 78, 21 and 36. RGB value is (120,33,54). Sum of RGB (Red+Green+Blue) = 120+33+54=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #782136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782136 is #87DEC9. Grayscale: #3D3D3D. Windows color (decimal): -8904394 or 3547512. OLE color: 3547512.

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

Color convert

RGB 120 33 54 -
CMYK 0 0.72 0.55 0.53
HSL 345.52º 0.57% 0.3% -
HSV(B) 345.52º 0.73% 0.47% -
XYZ 8.96 5.35 4.05 -
YUV 61.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 120 33 54 0 0.72 0.55 0.53 345.52 0.57 0.3
Hex 78 21 36 0 48 37 35 15A 39 1E
Octal 170 41 66 0 110 67 65 532 71 36
Binary 1111000 100001 110110 0 1001000 110111 110101 101011010 111001 11110

Color Harmonies of #782136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782136

Black with #782136

Text Example


Text Example

White with #782136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782136; }

 p { color: rgb(120,33,54); }

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

background-color css

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

 a { background-color: rgb(120,33,54); }

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

border-color css

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

 span { border-color: rgb(120,33,54); }

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