Html Css Color HEX #63102C Pohutukawa

📋 copy color: '#63102C'

red 99 ◦ green 16 ◦ blue 44

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

Shades of Pohutukawa #63102C

Tints of Pohutukawa #63102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 62.26%
G = 10.06%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63102C (or 0x63102C) is known color: Pohutukawa. HEX triplet: 63, 10 and 2C. RGB value is (99,16,44). Sum of RGB (Red+Green+Blue) = 99+16+44=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102C is #9CEFD3. Grayscale: #2B2B2B. Windows color (decimal): -10285012 or 2887779. OLE color: 2887779.

HSL color Cylindrical-coordinate representation of color #63102C: hue angle of 339.76º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63102C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 44 -
CMYK 0 0.84 0.56 0.61
HSL 339.76º 0.72% 0.23% -
HSV(B) 339.76º 0.84% 0.39% -
XYZ 5.79 3.21 2.7 -
YUV 44.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 99 16 44 0 0.84 0.56 0.61 339.76 0.72 0.23
Hex 63 10 2C 0 54 38 3D 154 48 17
Octal 143 20 54 0 124 70 75 524 110 27
Binary 1100011 10000 101100 0 1010100 111000 111101 101010100 1001000 10111

Color Harmonies of #63102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63102C

Black with #63102C

Text Example


Text Example

White with #63102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63102C; }

 p { color: rgb(99,16,44); }

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

background-color css

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

 a { background-color: rgb(99,16,44); }

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

border-color css

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

 span { border-color: rgb(99,16,44); }

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