Html Css Color HEX #72151B Red Berry

📋 copy color: '#72151B'

red 114 ◦ green 21 ◦ blue 27

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

Shades of Red Berry #72151B

Tints of Red Berry #72151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 70.37%
G = 12.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72151B (or 0x72151B) is known color: Red Berry. HEX triplet: 72, 15 and 1B. RGB value is (114,21,27). Sum of RGB (Red+Green+Blue) = 114+21+27=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151B is #8DEAE4. Grayscale: #313131. Windows color (decimal): -9300709 or 1774962. OLE color: 1774962.

HSL color Cylindrical-coordinate representation of color #72151B: hue angle of 356.13º 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 #72151B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 27 -
CMYK 0 0.82 0.76 0.55
HSL 356.13º 0.69% 0.26% -
HSV(B) 356.13º 0.82% 0.45% -
XYZ 7.41 4.19 1.46 -
YUV 49.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 114 21 27 0 0.82 0.76 0.55 356.13 0.69 0.26
Hex 72 15 1B 0 52 4C 37 164 45 1A
Octal 162 25 33 0 122 114 67 544 105 32
Binary 1110010 10101 11011 0 1010010 1001100 110111 101100100 1000101 11010

Color Harmonies of #72151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72151B

Black with #72151B

Text Example


Text Example

White with #72151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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