Html Css Color HEX #781C27 Red Berry

📋 copy color: '#781C27'

red 120 ◦ green 28 ◦ blue 39

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

Shades of Red Berry #781C27

Tints of Red Berry #781C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 64.17%
G = 14.97%
B = 20.86%

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

#781C27 (or 0x781C27) is known color: Red Berry. HEX triplet: 78, 1C and 27. RGB value is (120,28,39). Sum of RGB (Red+Green+Blue) = 120+28+39=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C27 is #87E3D8. Grayscale: #383838. Windows color (decimal): -8905689 or 2563192. OLE color: 2563192.

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

Color convert

RGB 120 28 39 -
CMYK 0 0.77 0.67 0.53
HSL 352.83º 0.62% 0.29% -
HSV(B) 352.83º 0.77% 0.47% -
XYZ 8.53 4.97 2.43 -
YUV 56.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 120 28 39 0 0.77 0.67 0.53 352.83 0.62 0.29
Hex 78 1C 27 0 4D 43 35 161 3E 1D
Octal 170 34 47 0 115 103 65 541 76 35
Binary 1111000 11100 100111 0 1001101 1000011 110101 101100001 111110 11101

Color Harmonies of #781C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C27

Black with #781C27

Text Example


Text Example

White with #781C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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