Html Css Color HEX #883442 Camelot

📋 copy color: '#883442'

red 136 ◦ green 52 ◦ blue 66

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

Shades of Camelot #883442

Tints of Camelot #883442

RGB

 RED value IS 136 (53.52% from 255) = 53.54%

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

 BLUE value IS 66 (26.17% from 255) = 25.98%

R = 53.54%
G = 20.47%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#883442 (or 0x883442) is known color: Camelot. HEX triplet: 88, 34 and 42. RGB value is (136,52,66). Sum of RGB (Red+Green+Blue) = 136+52+66=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883442 is #77CBBD. Grayscale: #4E4E4E. Windows color (decimal): -7850942 or 4338824. OLE color: 4338824.

HSL color Cylindrical-coordinate representation of color #883442: hue angle of 350º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883442 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 66 -
CMYK 0 0.62 0.51 0.47
HSL 350º 0.45% 0.37% -
HSV(B) 350º 0.62% 0.53% -
XYZ 12.36 8.08 6.06 -
YUV 78.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 136 52 66 0 0.62 0.51 0.47 350 0.45 0.37
Hex 88 34 42 0 3E 33 2F 15E 2D 25
Octal 210 64 102 0 76 63 57 536 55 45
Binary 10001000 110100 1000010 0 111110 110011 101111 101011110 101101 100101

Color Harmonies of #883442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883442

Black with #883442

Text Example


Text Example

White with #883442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883442; }

 p { color: rgb(136,52,66); }

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

background-color css

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

 a { background-color: rgb(136,52,66); }

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

border-color css

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

 span { border-color: rgb(136,52,66); }

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