Html Css Color HEX #83265D Rose Bud Cherry

📋 copy color: '#83265D'

red 131 ◦ green 38 ◦ blue 93

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

Shades of Rose Bud Cherry #83265D

Tints of Rose Bud Cherry #83265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 50%
G = 14.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83265D (or 0x83265D) is known color: Rose Bud Cherry. HEX triplet: 83, 26 and 5D. RGB value is (131,38,93). Sum of RGB (Red+Green+Blue) = 131+38+93=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83265D is #7CD9A2. Grayscale: #474747. Windows color (decimal): -8182179 or 6104707. OLE color: 6104707.

HSL color Cylindrical-coordinate representation of color #83265D: hue angle of 324.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83265D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 93 -
CMYK 0 0.71 0.29 0.49
HSL 324.52º 0.55% 0.33% -
HSV(B) 324.52º 0.71% 0.51% -
XYZ 12.03 7 11.07 -
YUV 72.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 131 38 93 0 0.71 0.29 0.49 324.52 0.55 0.33
Hex 83 26 5D 0 47 1D 31 145 37 21
Octal 203 46 135 0 107 35 61 505 67 41
Binary 10000011 100110 1011101 0 1000111 11101 110001 101000101 110111 100001

Color Harmonies of #83265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83265D

Black with #83265D

Text Example


Text Example

White with #83265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83265D; }

 p { color: rgb(131,38,93); }

 H1.HeaderClassName
 {
   color: #83265D;
 }
 .AnyTagClassName
 {
   color: #83265D;
 }
</style>

background-color css

<style>
 a { background-color: #83265D; }

 a { background-color: rgb(131,38,93); }

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

border-color css

<style>
 span { border-color: #83265D; }

 span { border-color: rgb(131,38,93); }

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