Html Css Color HEX #72172B Red Berry

📋 copy color: '#72172B'

red 114 ◦ green 23 ◦ blue 43

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

Shades of Red Berry #72172B

Tints of Red Berry #72172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 63.33%
G = 12.78%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72172B (or 0x72172B) is known color: Red Berry. HEX triplet: 72, 17 and 2B. RGB value is (114,23,43). Sum of RGB (Red+Green+Blue) = 114+23+43=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172B is #8DE8D4. Grayscale: #343434. Windows color (decimal): -9300181 or 2824050. OLE color: 2824050.

HSL color Cylindrical-coordinate representation of color #72172B: hue angle of 346.81º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72172B is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 43 -
CMYK 0 0.80 0.62 0.55
HSL 346.81º 0.66% 0.27% -
HSV(B) 346.81º 0.8% 0.45% -
XYZ 7.68 4.36 2.72 -
YUV 52.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 114 23 43 0 0.80 0.62 0.55 346.81 0.66 0.27
Hex 72 17 2B 0 50 3E 37 15B 42 1B
Octal 162 27 53 0 120 76 67 533 102 33
Binary 1110010 10111 101011 0 1010000 111110 110111 101011011 1000010 11011

Color Harmonies of #72172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72172B

Black with #72172B

Text Example


Text Example

White with #72172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,23,43); }

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

background-color css

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

 a { background-color: rgb(114,23,43); }

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

border-color css

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

 span { border-color: rgb(114,23,43); }

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