Html Css Color HEX #721C1F Red Berry

📋 copy color: '#721C1F'

red 114 ◦ green 28 ◦ blue 31

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

Shades of Red Berry #721C1F

Tints of Red Berry #721C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 65.9%
G = 16.18%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#721C1F (or 0x721C1F) is known color: Red Berry. HEX triplet: 72, 1C and 1F. RGB value is (114,28,31). Sum of RGB (Red+Green+Blue) = 114+28+31=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C1F is #8DE3E0. Grayscale: #363636. Windows color (decimal): -9298913 or 2038898. OLE color: 2038898.

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

Color convert

RGB 114 28 31 -
CMYK 0 0.75 0.73 0.55
HSL 357.91º 0.61% 0.28% -
HSV(B) 357.91º 0.75% 0.45% -
XYZ 7.6 4.51 1.77 -
YUV 54.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 114 28 31 0 0.75 0.73 0.55 357.91 0.61 0.28
Hex 72 1C 1F 0 4B 49 37 166 3D 1C
Octal 162 34 37 0 113 111 67 546 75 34
Binary 1110010 11100 11111 0 1001011 1001001 110111 101100110 111101 11100

Color Harmonies of #721C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C1F

Black with #721C1F

Text Example


Text Example

White with #721C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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