Html Css Color HEX #88424F Camelot

📋 copy color: '#88424F'

red 136 ◦ green 66 ◦ blue 79

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

Shades of Camelot #88424F

Tints of Camelot #88424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 48.4%
G = 23.49%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88424F (or 0x88424F) is known color: Camelot. HEX triplet: 88, 42 and 4F. RGB value is (136,66,79). Sum of RGB (Red+Green+Blue) = 136+66+79=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88424F is #77BDB0. Grayscale: #585858. Windows color (decimal): -7847345 or 5194376. OLE color: 5194376.

HSL color Cylindrical-coordinate representation of color #88424F: hue angle of 348.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88424F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 79 -
CMYK 0 0.51 0.42 0.47
HSL 348.86º 0.35% 0.4% -
HSV(B) 348.86º 0.51% 0.53% -
XYZ 13.51 9.7 8.56 -
YUV 88.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 136 66 79 0 0.51 0.42 0.47 348.86 0.35 0.4
Hex 88 42 4F 0 33 2A 2F 15D 23 28
Octal 210 102 117 0 63 52 57 535 43 50
Binary 10001000 1000010 1001111 0 110011 101010 101111 101011101 100011 101000

Color Harmonies of #88424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88424F

Black with #88424F

Text Example


Text Example

White with #88424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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