Html Css Color HEX #833358 Rose Bud Cherry

📋 copy color: '#833358'

red 131 ◦ green 51 ◦ blue 88

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

Shades of Rose Bud Cherry #833358

Tints of Rose Bud Cherry #833358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 48.52%
G = 18.89%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#833358 (or 0x833358) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 58. RGB value is (131,51,88). Sum of RGB (Red+Green+Blue) = 131+51+88=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #833358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833358 is #7CCCA7. Grayscale: #4F4F4F. Windows color (decimal): -8178856 or 5780355. OLE color: 5780355.

HSL color Cylindrical-coordinate representation of color #833358: hue angle of 332.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833358 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 88 -
CMYK 0 0.61 0.33 0.49
HSL 332.25º 0.44% 0.36% -
HSV(B) 332.25º 0.61% 0.51% -
XYZ 12.31 7.9 10.11 -
YUV 79.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 131 51 88 0 0.61 0.33 0.49 332.25 0.44 0.36
Hex 83 33 58 0 3D 21 31 14C 2C 24
Octal 203 63 130 0 75 41 61 514 54 44
Binary 10000011 110011 1011000 0 111101 100001 110001 101001100 101100 100100

Color Harmonies of #833358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833358

Black with #833358

Text Example


Text Example

White with #833358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833358; }

 p { color: rgb(131,51,88); }

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

background-color css

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

 a { background-color: rgb(131,51,88); }

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

border-color css

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

 span { border-color: rgb(131,51,88); }

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