Html Css Color HEX #701A22 Red Berry

📋 copy color: '#701A22'

red 112 ◦ green 26 ◦ blue 34

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

Shades of Red Berry #701A22

Tints of Red Berry #701A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 65.12%
G = 15.12%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#701A22 (or 0x701A22) is known color: Red Berry. HEX triplet: 70, 1A and 22. RGB value is (112,26,34). Sum of RGB (Red+Green+Blue) = 112+26+34=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A22 is #8FE5DD. Grayscale: #343434. Windows color (decimal): -9430494 or 2234992. OLE color: 2234992.

HSL color Cylindrical-coordinate representation of color #701A22: hue angle of 354.42º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A22 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 34 -
CMYK 0 0.77 0.70 0.56
HSL 354.42º 0.62% 0.27% -
HSV(B) 354.42º 0.77% 0.44% -
XYZ 7.34 4.3 1.96 -
YUV 52.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 112 26 34 0 0.77 0.70 0.56 354.42 0.62 0.27
Hex 70 1A 22 0 4D 46 38 162 3E 1B
Octal 160 32 42 0 115 106 70 542 76 33
Binary 1110000 11010 100010 0 1001101 1000110 111000 101100010 111110 11011

Color Harmonies of #701A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A22

Black with #701A22

Text Example


Text Example

White with #701A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A22; }

 p { color: rgb(112,26,34); }

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

background-color css

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

 a { background-color: rgb(112,26,34); }

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

border-color css

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

 span { border-color: rgb(112,26,34); }

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