Html Css Color HEX #72151A Red Berry

📋 copy color: '#72151A'

red 114 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #72151A

Tints of Red Berry #72151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 70.81%
G = 13.04%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72151A (or 0x72151A) is known color: Red Berry. HEX triplet: 72, 15 and 1A. RGB value is (114,21,26). Sum of RGB (Red+Green+Blue) = 114+21+26=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151A is #8DEAE5. Grayscale: #313131. Windows color (decimal): -9300710 or 1709426. OLE color: 1709426.

HSL color Cylindrical-coordinate representation of color #72151A: hue angle of 356.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72151A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 26 -
CMYK 0 0.82 0.77 0.55
HSL 356.77º 0.69% 0.26% -
HSV(B) 356.77º 0.82% 0.45% -
XYZ 7.39 4.19 1.4 -
YUV 49.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 114 21 26 0 0.82 0.77 0.55 356.77 0.69 0.26
Hex 72 15 1A 0 52 4D 37 165 45 1A
Octal 162 25 32 0 122 115 67 545 105 32
Binary 1110010 10101 11010 0 1010010 1001101 110111 101100101 1000101 11010

Color Harmonies of #72151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72151A

Black with #72151A

Text Example


Text Example

White with #72151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72151A; }

 p { color: rgb(114,21,26); }

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

background-color css

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

 a { background-color: rgb(114,21,26); }

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

border-color css

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

 span { border-color: rgb(114,21,26); }

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