Html Css Color HEX #83214F Rose Bud Cherry

📋 copy color: '#83214F'

red 131 ◦ green 33 ◦ blue 79

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

Shades of Rose Bud Cherry #83214F

Tints of Rose Bud Cherry #83214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

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

R = 53.91%
G = 13.58%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83214F (or 0x83214F) is known color: Rose Bud Cherry. HEX triplet: 83, 21 and 4F. RGB value is (131,33,79). Sum of RGB (Red+Green+Blue) = 131+33+79=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83214F is #7CDEB0. Grayscale: #434343. Windows color (decimal): -8183473 or 5185923. OLE color: 5185923.

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

Color convert

RGB 131 33 79 -
CMYK 0 0.75 0.40 0.49
HSL 331.84º 0.6% 0.32% -
HSV(B) 331.84º 0.75% 0.51% -
XYZ 11.32 6.48 8.05 -
YUV 67.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 131 33 79 0 0.75 0.40 0.49 331.84 0.6 0.32
Hex 83 21 4F 0 4B 28 31 14C 3C 20
Octal 203 41 117 0 113 50 61 514 74 40
Binary 10000011 100001 1001111 0 1001011 101000 110001 101001100 111100 100000

Color Harmonies of #83214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83214F

Black with #83214F

Text Example


Text Example

White with #83214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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