Html Css Color HEX #701523 Red Berry

📋 copy color: '#701523'

red 112 ◦ green 21 ◦ blue 35

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

Shades of Red Berry #701523

Tints of Red Berry #701523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#701523 (or 0x701523) is known color: Red Berry. HEX triplet: 70, 15 and 23. RGB value is (112,21,35). Sum of RGB (Red+Green+Blue) = 112+21+35=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701523 is #8FEADC. Grayscale: #313131. Windows color (decimal): -9431773 or 2299248. OLE color: 2299248.

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

Color convert

RGB 112 21 35 -
CMYK 0 0.81 0.69 0.56
HSL 350.77º 0.68% 0.26% -
HSV(B) 350.77º 0.81% 0.44% -
XYZ 7.25 4.1 2 -
YUV 49.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 112 21 35 0 0.81 0.69 0.56 350.77 0.68 0.26
Hex 70 15 23 0 51 45 38 15F 44 1A
Octal 160 25 43 0 121 105 70 537 104 32
Binary 1110000 10101 100011 0 1010001 1000101 111000 101011111 1000100 11010

Color Harmonies of #701523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701523

Black with #701523

Text Example


Text Example

White with #701523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701523; }

 p { color: rgb(112,21,35); }

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

background-color css

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

 a { background-color: rgb(112,21,35); }

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

border-color css

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

 span { border-color: rgb(112,21,35); }

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