Html Css Color HEX #85344B Camelot

📋 copy color: '#85344B'

red 133 ◦ green 52 ◦ blue 75

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

Shades of Camelot #85344B

Tints of Camelot #85344B

RGB

 RED value IS 133 (52.34% from 255) = 51.15%

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 51.15%
G = 20%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85344B (or 0x85344B) is known color: Camelot. HEX triplet: 85, 34 and 4B. RGB value is (133,52,75). Sum of RGB (Red+Green+Blue) = 133+52+75=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85344B is #7ACBB4. Grayscale: #4E4E4E. Windows color (decimal): -8047541 or 4928645. OLE color: 4928645.

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

Color convert

RGB 133 52 75 -
CMYK 0 0.61 0.44 0.48
HSL 342.96º 0.44% 0.36% -
HSV(B) 342.96º 0.61% 0.52% -
XYZ 12.17 7.95 7.55 -
YUV 78.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 133 52 75 0 0.61 0.44 0.48 342.96 0.44 0.36
Hex 85 34 4B 0 3D 2C 30 157 2C 24
Octal 205 64 113 0 75 54 60 527 54 44
Binary 10000101 110100 1001011 0 111101 101100 110000 101010111 101100 100100

Color Harmonies of #85344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85344B

Black with #85344B

Text Example


Text Example

White with #85344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85344B; }

 p { color: rgb(133,52,75); }

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

background-color css

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

 a { background-color: rgb(133,52,75); }

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

border-color css

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

 span { border-color: rgb(133,52,75); }

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