Html Css Color HEX #702327 Red Berry

📋 copy color: '#702327'

red 112 ◦ green 35 ◦ blue 39

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

Shades of Red Berry #702327

Tints of Red Berry #702327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 60.22%
G = 18.82%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702327 (or 0x702327) is known color: Red Berry. HEX triplet: 70, 23 and 27. RGB value is (112,35,39). Sum of RGB (Red+Green+Blue) = 112+35+39=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #702327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702327 is #8FDCD8. Grayscale: #3A3A3A. Windows color (decimal): -9428185 or 2564976. OLE color: 2564976.

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

Color convert

RGB 112 35 39 -
CMYK 0 0.69 0.65 0.56
HSL 356.88º 0.52% 0.29% -
HSV(B) 356.88º 0.69% 0.44% -
XYZ 7.65 4.79 2.44 -
YUV 58.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 112 35 39 0 0.69 0.65 0.56 356.88 0.52 0.29
Hex 70 23 27 0 45 41 38 165 34 1D
Octal 160 43 47 0 105 101 70 545 64 35
Binary 1110000 100011 100111 0 1000101 1000001 111000 101100101 110100 11101

Color Harmonies of #702327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702327

Black with #702327

Text Example


Text Example

White with #702327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702327; }

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

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

background-color css

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

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

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

border-color css

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

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

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