Html Css Color HEX #88334A Camelot

📋 copy color: '#88334A'

red 136 ◦ green 51 ◦ blue 74

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

Shades of Camelot #88334A

Tints of Camelot #88334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 52.11%
G = 19.54%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88334A (or 0x88334A) is known color: Camelot. HEX triplet: 88, 33 and 4A. RGB value is (136,51,74). Sum of RGB (Red+Green+Blue) = 136+51+74=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88334A is #77CCB5. Grayscale: #4F4F4F. Windows color (decimal): -7851190 or 4862856. OLE color: 4862856.

HSL color Cylindrical-coordinate representation of color #88334A: hue angle of 343.76º 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 #88334A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 74 -
CMYK 0 0.62 0.46 0.47
HSL 343.76º 0.45% 0.37% -
HSV(B) 343.76º 0.63% 0.53% -
XYZ 12.57 8.1 7.38 -
YUV 79.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 136 51 74 0 0.62 0.46 0.47 343.76 0.45 0.37
Hex 88 33 4A 0 3E 2E 2F 158 2D 25
Octal 210 63 112 0 76 56 57 530 55 45
Binary 10001000 110011 1001010 0 111110 101110 101111 101011000 101101 100101

Color Harmonies of #88334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88334A

Black with #88334A

Text Example


Text Example

White with #88334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88334A; }

 p { color: rgb(136,51,74); }

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

background-color css

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

 a { background-color: rgb(136,51,74); }

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

border-color css

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

 span { border-color: rgb(136,51,74); }

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