Html Css Color HEX #853344 Camelot

📋 copy color: '#853344'

red 133 ◦ green 51 ◦ blue 68

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

Shades of Camelot #853344

Tints of Camelot #853344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 52.78%
G = 20.24%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#853344 (or 0x853344) is known color: Camelot. HEX triplet: 85, 33 and 44. RGB value is (133,51,68). Sum of RGB (Red+Green+Blue) = 133+51+68=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853344 is #7ACCBB. Grayscale: #4D4D4D. Windows color (decimal): -8047804 or 4469637. OLE color: 4469637.

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

Color convert

RGB 133 51 68 -
CMYK 0 0.62 0.49 0.48
HSL 347.56º 0.45% 0.36% -
HSV(B) 347.56º 0.62% 0.52% -
XYZ 11.9 7.77 6.34 -
YUV 77.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 133 51 68 0 0.62 0.49 0.48 347.56 0.45 0.36
Hex 85 33 44 0 3E 31 30 15C 2D 24
Octal 205 63 104 0 76 61 60 534 55 44
Binary 10000101 110011 1000100 0 111110 110001 110000 101011100 101101 100100

Color Harmonies of #853344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853344

Black with #853344

Text Example


Text Example

White with #853344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853344; }

 p { color: rgb(133,51,68); }

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

background-color css

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

 a { background-color: rgb(133,51,68); }

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

border-color css

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

 span { border-color: rgb(133,51,68); }

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