Html Css Color HEX #844458 Camelot

📋 copy color: '#844458'

red 132 ◦ green 68 ◦ blue 88

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

Shades of Camelot #844458

Tints of Camelot #844458

RGB

 RED value IS 132 (51.95% from 255) = 45.83%

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 45.83%
G = 23.61%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#844458 (or 0x844458) is known color: Camelot. HEX triplet: 84, 44 and 58. RGB value is (132,68,88). Sum of RGB (Red+Green+Blue) = 132+68+88=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #844458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844458 is #7BBBA7. Grayscale: #595959. Windows color (decimal): -8108968 or 5784708. OLE color: 5784708.

HSL color Cylindrical-coordinate representation of color #844458: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844458 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 88 -
CMYK 0 0.48 0.33 0.48
HSL 341.25º 0.32% 0.39% -
HSV(B) 341.25º 0.48% 0.52% -
XYZ 13.34 9.74 10.41 -
YUV 89.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 132 68 88 0 0.48 0.33 0.48 341.25 0.32 0.39
Hex 84 44 58 0 30 21 30 155 20 27
Octal 204 104 130 0 60 41 60 525 40 47
Binary 10000100 1000100 1011000 0 110000 100001 110000 101010101 100000 100111

Color Harmonies of #844458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844458

Black with #844458

Text Example


Text Example

White with #844458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844458; }

 p { color: rgb(132,68,88); }

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

background-color css

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

 a { background-color: rgb(132,68,88); }

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

border-color css

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

 span { border-color: rgb(132,68,88); }

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