Html Css Color HEX #83144F Rose Bud Cherry

📋 copy color: '#83144F'

red 131 ◦ green 20 ◦ blue 79

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

Shades of Rose Bud Cherry #83144F

Tints of Rose Bud Cherry #83144F

RGB

 RED value IS 131 (51.56% from 255) = 56.96%

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 56.96%
G = 8.7%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83144F (or 0x83144F) is known color: Rose Bud Cherry. HEX triplet: 83, 14 and 4F. RGB value is (131,20,79). Sum of RGB (Red+Green+Blue) = 131+20+79=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83144F is #7CEBB0. Grayscale: #3B3B3B. Windows color (decimal): -8186801 or 5182595. OLE color: 5182595.

HSL color Cylindrical-coordinate representation of color #83144F: hue angle of 328.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83144F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 79 -
CMYK 0 0.85 0.40 0.49
HSL 328.11º 0.74% 0.3% -
HSV(B) 328.11º 0.85% 0.51% -
XYZ 11.02 5.89 7.95 -
YUV 59.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 131 20 79 0 0.85 0.40 0.49 328.11 0.74 0.3
Hex 83 14 4F 0 55 28 31 148 4A 1E
Octal 203 24 117 0 125 50 61 510 112 36
Binary 10000011 10100 1001111 0 1010101 101000 110001 101001000 1001010 11110

Color Harmonies of #83144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83144F

Black with #83144F

Text Example


Text Example

White with #83144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83144F; }

 p { color: rgb(131,20,79); }

 H1.HeaderClassName
 {
   color: #83144F;
 }
 .AnyTagClassName
 {
   color: #83144F;
 }
</style>

background-color css

<style>
 a { background-color: #83144F; }

 a { background-color: rgb(131,20,79); }

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

border-color css

<style>
 span { border-color: #83144F; }

 span { border-color: rgb(131,20,79); }

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