Html Css Color HEX #83234F Rose Bud Cherry

📋 copy color: '#83234F'

red 131 ◦ green 35 ◦ blue 79

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

Shades of Rose Bud Cherry #83234F

Tints of Rose Bud Cherry #83234F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 53.47%
G = 14.29%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83234F (or 0x83234F) is known color: Rose Bud Cherry. HEX triplet: 83, 23 and 4F. RGB value is (131,35,79). Sum of RGB (Red+Green+Blue) = 131+35+79=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83234F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83234F is #7CDCB0. Grayscale: #444444. Windows color (decimal): -8182961 or 5186435. OLE color: 5186435.

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

Color convert

RGB 131 35 79 -
CMYK 0 0.73 0.40 0.49
HSL 332.5º 0.58% 0.33% -
HSV(B) 332.5º 0.73% 0.51% -
XYZ 11.37 6.59 8.07 -
YUV 68.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 131 35 79 0 0.73 0.40 0.49 332.5 0.58 0.33
Hex 83 23 4F 0 49 28 31 14C 3A 21
Octal 203 43 117 0 111 50 61 514 72 41
Binary 10000011 100011 1001111 0 1001001 101000 110001 101001100 111010 100001

Color Harmonies of #83234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83234F

Black with #83234F

Text Example


Text Example

White with #83234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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