Html Css Color HEX #731023 Red Berry

📋 copy color: '#731023'

red 115 ◦ green 16 ◦ blue 35

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

Shades of Red Berry #731023

Tints of Red Berry #731023

RGB

 RED value IS 115 (45.31% from 255) = 69.28%

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 69.28%
G = 9.64%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#731023 (or 0x731023) is known color: Red Berry. HEX triplet: 73, 10 and 23. RGB value is (115,16,35). Sum of RGB (Red+Green+Blue) = 115+16+35=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #731023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731023 is #8CEFDC. Grayscale: #2F2F2F. Windows color (decimal): -9236445 or 2297971. OLE color: 2297971.

HSL color Cylindrical-coordinate representation of color #731023: hue angle of 348.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731023 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 35 -
CMYK 0 0.86 0.70 0.55
HSL 348.48º 0.76% 0.26% -
HSV(B) 348.48º 0.86% 0.45% -
XYZ 7.56 4.14 1.99 -
YUV 47.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 115 16 35 0 0.86 0.70 0.55 348.48 0.76 0.26
Hex 73 10 23 0 56 46 37 15C 4C 1A
Octal 163 20 43 0 126 106 67 534 114 32
Binary 1110011 10000 100011 0 1010110 1000110 110111 101011100 1001100 11010

Color Harmonies of #731023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731023

Black with #731023

Text Example


Text Example

White with #731023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731023; }

 p { color: rgb(115,16,35); }

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

background-color css

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

 a { background-color: rgb(115,16,35); }

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

border-color css

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

 span { border-color: rgb(115,16,35); }

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