Html Css Color HEX #701328 Red Berry

📋 copy color: '#701328'

red 112 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #701328

Tints of Red Berry #701328

RGB

 RED value IS 112 (44.14% from 255) = 65.5%

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 65.5%
G = 11.11%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#701328 (or 0x701328) is known color: Red Berry. HEX triplet: 70, 13 and 28. RGB value is (112,19,40). Sum of RGB (Red+Green+Blue) = 112+19+40=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701328 is #8FECD7. Grayscale: #313131. Windows color (decimal): -9432280 or 2626416. OLE color: 2626416.

HSL color Cylindrical-coordinate representation of color #701328: hue angle of 346.45º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701328 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 40 -
CMYK 0 0.83 0.64 0.56
HSL 346.45º 0.71% 0.26% -
HSV(B) 346.45º 0.83% 0.44% -
XYZ 7.3 4.06 2.41 -
YUV 49.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 112 19 40 0 0.83 0.64 0.56 346.45 0.71 0.26
Hex 70 13 28 0 53 40 38 15A 47 1A
Octal 160 23 50 0 123 100 70 532 107 32
Binary 1110000 10011 101000 0 1010011 1000000 111000 101011010 1000111 11010

Color Harmonies of #701328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701328

Black with #701328

Text Example


Text Example

White with #701328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701328; }

 p { color: rgb(112,19,40); }

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

background-color css

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

 a { background-color: rgb(112,19,40); }

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

border-color css

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

 span { border-color: rgb(112,19,40); }

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