Html Css Color HEX #801823 Red Berry

📋 copy color: '#801823'

red 128 ◦ green 24 ◦ blue 35

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

Shades of Red Berry #801823

Tints of Red Berry #801823

RGB

 RED value IS 128 (50.39% from 255) = 68.45%

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 68.45%
G = 12.83%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801823 (or 0x801823) is known color: Red Berry. HEX triplet: 80, 18 and 23. RGB value is (128,24,35). Sum of RGB (Red+Green+Blue) = 128+24+35=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801823 is #7FE7DC. Grayscale: #383838. Windows color (decimal): -8382429 or 2300032. OLE color: 2300032.

HSL color Cylindrical-coordinate representation of color #801823: hue angle of 353.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801823 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 35 -
CMYK 0 0.81 0.73 0.50
HSL 353.65º 0.68% 0.3% -
HSV(B) 353.65º 0.81% 0.5% -
XYZ 9.53 5.36 2.12 -
YUV 56.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 128 24 35 0 0.81 0.73 0.50 353.65 0.68 0.3
Hex 80 18 23 0 51 49 32 162 44 1E
Octal 200 30 43 0 121 111 62 542 104 36
Binary 10000000 11000 100011 0 1010001 1001001 110010 101100010 1000100 11110

Color Harmonies of #801823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801823

Black with #801823

Text Example


Text Example

White with #801823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801823; }

 p { color: rgb(128,24,35); }

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

background-color css

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

 a { background-color: rgb(128,24,35); }

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

border-color css

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

 span { border-color: rgb(128,24,35); }

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