Html Css Color HEX #781C28 Red Berry

📋 copy color: '#781C28'

red 120 ◦ green 28 ◦ blue 40

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

Shades of Red Berry #781C28

Tints of Red Berry #781C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.89%

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 63.83%
G = 14.89%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781C28 (or 0x781C28) is known color: Red Berry. HEX triplet: 78, 1C and 28. RGB value is (120,28,40). Sum of RGB (Red+Green+Blue) = 120+28+40=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C28 is #87E3D7. Grayscale: #383838. Windows color (decimal): -8905688 or 2628728. OLE color: 2628728.

HSL color Cylindrical-coordinate representation of color #781C28: hue angle of 352.17º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C28 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 40 -
CMYK 0 0.77 0.67 0.53
HSL 352.17º 0.62% 0.29% -
HSV(B) 352.17º 0.77% 0.47% -
XYZ 8.54 4.98 2.52 -
YUV 56.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 120 28 40 0 0.77 0.67 0.53 352.17 0.62 0.29
Hex 78 1C 28 0 4D 43 35 160 3E 1D
Octal 170 34 50 0 115 103 65 540 76 35
Binary 1111000 11100 101000 0 1001101 1000011 110101 101100000 111110 11101

Color Harmonies of #781C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C28

Black with #781C28

Text Example


Text Example

White with #781C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781C28; }

 p { color: rgb(120,28,40); }

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

background-color css

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

 a { background-color: rgb(120,28,40); }

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

border-color css

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

 span { border-color: rgb(120,28,40); }

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