Html Css Color HEX #782238 Claret

📋 copy color: '#782238'

red 120 ◦ green 34 ◦ blue 56

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

Shades of Claret #782238

Tints of Claret #782238

RGB

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

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

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

R = 57.14%
G = 16.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#782238 (or 0x782238) is known color: Claret. HEX triplet: 78, 22 and 38. RGB value is (120,34,56). Sum of RGB (Red+Green+Blue) = 120+34+56=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782238 is #87DDC7. Grayscale: #3E3E3E. Windows color (decimal): -8904136 or 3678840. OLE color: 3678840.

HSL color Cylindrical-coordinate representation of color #782238: hue angle of 344.65º 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 #782238 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 56 -
CMYK 0 0.72 0.53 0.53
HSL 344.65º 0.56% 0.3% -
HSV(B) 344.65º 0.72% 0.47% -
XYZ 9.03 5.42 4.31 -
YUV 62.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 120 34 56 0 0.72 0.53 0.53 344.65 0.56 0.3
Hex 78 22 38 0 48 35 35 159 38 1E
Octal 170 42 70 0 110 65 65 531 70 36
Binary 1111000 100010 111000 0 1001000 110101 110101 101011001 111000 11110

Color Harmonies of #782238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782238

Black with #782238

Text Example


Text Example

White with #782238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782238; }

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

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

background-color css

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

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

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

border-color css

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

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

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