Html Css Color HEX #781024 Red Berry

📋 copy color: '#781024'

red 120 ◦ green 16 ◦ blue 36

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

Shades of Red Berry #781024

Tints of Red Berry #781024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 69.77%
G = 9.3%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#781024 (or 0x781024) is known color: Red Berry. HEX triplet: 78, 10 and 24. RGB value is (120,16,36). Sum of RGB (Red+Green+Blue) = 120+16+36=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #781024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781024 is #87EFDB. Grayscale: #313131. Windows color (decimal): -8908764 or 2363512. OLE color: 2363512.

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

Color convert

RGB 120 16 36 -
CMYK 0 0.87 0.7 0.53
HSL 348.46º 0.76% 0.27% -
HSV(B) 348.46º 0.87% 0.47% -
XYZ 8.25 4.49 2.1 -
YUV 49.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 120 16 36 0 0.87 0.7 0.53 348.46 0.76 0.27
Hex 78 10 24 0 57 46 35 15C 4C 1B
Octal 170 20 44 0 127 106 65 534 114 33
Binary 1111000 10000 100100 0 1010111 1000110 110101 101011100 1001100 11011

Color Harmonies of #781024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781024

Black with #781024

Text Example


Text Example

White with #781024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781024; }

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

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

background-color css

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

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

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

border-color css

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

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

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