Html Css Color HEX #721F2D Red Berry

📋 copy color: '#721F2D'

red 114 ◦ green 31 ◦ blue 45

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

Shades of Red Berry #721F2D

Tints of Red Berry #721F2D

RGB

 RED value IS 114 (44.92% from 255) = 60%

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

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 60%
G = 16.32%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#721F2D (or 0x721F2D) is known color: Red Berry. HEX triplet: 72, 1F and 2D. RGB value is (114,31,45). Sum of RGB (Red+Green+Blue) = 114+31+45=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F2D is #8DE0D2. Grayscale: #393939. Windows color (decimal): -9298131 or 2957170. OLE color: 2957170.

HSL color Cylindrical-coordinate representation of color #721F2D: hue angle of 349.88º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F2D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 31 45 -
CMYK 0 0.73 0.61 0.55
HSL 349.88º 0.57% 0.28% -
HSV(B) 349.88º 0.73% 0.45% -
XYZ 7.9 4.75 2.98 -
YUV 57.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 114 31 45 0 0.73 0.61 0.55 349.88 0.57 0.28
Hex 72 1F 2D 0 49 3D 37 15E 39 1C
Octal 162 37 55 0 111 75 67 536 71 34
Binary 1110010 11111 101101 0 1001001 111101 110111 101011110 111001 11100

Color Harmonies of #721F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F2D

Black with #721F2D

Text Example


Text Example

White with #721F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721F2D; }

 p { color: rgb(114,31,45); }

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

background-color css

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

 a { background-color: rgb(114,31,45); }

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

border-color css

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

 span { border-color: rgb(114,31,45); }

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