Html Css Color HEX #731F28 Red Berry

📋 copy color: '#731F28'

red 115 ◦ green 31 ◦ blue 40

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

Shades of Red Berry #731F28

Tints of Red Berry #731F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 61.83%
G = 16.67%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#731F28 (or 0x731F28) is known color: Red Berry. HEX triplet: 73, 1F and 28. RGB value is (115,31,40). Sum of RGB (Red+Green+Blue) = 115+31+40=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #731F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F28 is #8CE0D7. Grayscale: #393939. Windows color (decimal): -9232600 or 2629491. OLE color: 2629491.

HSL color Cylindrical-coordinate representation of color #731F28: hue angle of 353.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F28 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 40 -
CMYK 0 0.73 0.65 0.55
HSL 353.57º 0.58% 0.29% -
HSV(B) 353.57º 0.73% 0.45% -
XYZ 7.94 4.78 2.51 -
YUV 57.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 115 31 40 0 0.73 0.65 0.55 353.57 0.58 0.29
Hex 73 1F 28 0 49 41 37 162 3A 1D
Octal 163 37 50 0 111 101 67 542 72 35
Binary 1110011 11111 101000 0 1001001 1000001 110111 101100010 111010 11101

Color Harmonies of #731F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F28

Black with #731F28

Text Example


Text Example

White with #731F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731F28; }

 p { color: rgb(115,31,40); }

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

background-color css

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

 a { background-color: rgb(115,31,40); }

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

border-color css

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

 span { border-color: rgb(115,31,40); }

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