#702021

Color #702021 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #702021

Tints of Red Berry #702021

Color information

#702021 (or 0x702021) is unknown color: approx Red Berry. HEX triplet: 70, 20 and 21. RGB value is (112,32,33). Sum of RGB (Red+Green+Blue) = 112+32+33=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702021 is #8FDFDE. Grayscale: #383838. Windows color (decimal): -9428959 or 2170992. OLE color: 2170992.

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

Color convert

RGB1123233-
CMYK00.710.710.56
HSL359.25º55.56%28.24%-
HSV(B)359.25º71.43%43.92%-
XYZ7.474.591.93-
YUV56.03115167.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=63.28%
G=18.08%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112323300.710.710.56359.2555.5628.24
Hex7020210474738167381c
Octal16040410107107705477034
Binary111000010000010000101000111100011111100010110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702021; }

 p { color: rgb(112,32,33); }

 H1.HeaderClassName
 {
   color: #702021;
 }
 .AnyTagClassName
 {
   color: #702021;
 }
</style>
background-color css

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

 a { background-color: rgb(112,32,33); }

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

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

 span { border-color: rgb(112,32,33); }

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