Html Css Color HEX #63222F Claret

📋 copy color: '#63222F'

red 99 ◦ green 34 ◦ blue 47

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

Shades of Claret #63222F

Tints of Claret #63222F

RGB

 RED value IS 99 (39.06% from 255) = 55%

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 55%
G = 18.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63222F (or 0x63222F) is known color: Claret. HEX triplet: 63, 22 and 2F. RGB value is (99,34,47). Sum of RGB (Red+Green+Blue) = 99+34+47=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63222F is #9CDDD0. Grayscale: #363636. Windows color (decimal): -10280401 or 3088995. OLE color: 3088995.

HSL color Cylindrical-coordinate representation of color #63222F: hue angle of 348º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63222F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 47 -
CMYK 0 0.66 0.53 0.61
HSL 348º 0.49% 0.26% -
HSV(B) 348º 0.66% 0.39% -
XYZ 6.23 4 3.13 -
YUV 54.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 99 34 47 0 0.66 0.53 0.61 348 0.49 0.26
Hex 63 22 2F 0 42 35 3D 15C 31 1A
Octal 143 42 57 0 102 65 75 534 61 32
Binary 1100011 100010 101111 0 1000010 110101 111101 101011100 110001 11010

Color Harmonies of #63222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63222F

Black with #63222F

Text Example


Text Example

White with #63222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,34,47); }

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

background-color css

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

 a { background-color: rgb(99,34,47); }

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

border-color css

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

 span { border-color: rgb(99,34,47); }

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