Html Css Color HEX #63102D Pohutukawa

📋 copy color: '#63102D'

red 99 ◦ green 16 ◦ blue 45

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

Shades of Pohutukawa #63102D

Tints of Pohutukawa #63102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 61.88%
G = 10%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63102D (or 0x63102D) is known color: Pohutukawa. HEX triplet: 63, 10 and 2D. RGB value is (99,16,45). Sum of RGB (Red+Green+Blue) = 99+16+45=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102D is #9CEFD2. Grayscale: #2C2C2C. Windows color (decimal): -10285011 or 2953315. OLE color: 2953315.

HSL color Cylindrical-coordinate representation of color #63102D: hue angle of 339.04º 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 #63102D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 45 -
CMYK 0 0.84 0.55 0.61
HSL 339.04º 0.72% 0.23% -
HSV(B) 339.04º 0.84% 0.39% -
XYZ 5.8 3.21 2.8 -
YUV 44.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 99 16 45 0 0.84 0.55 0.61 339.04 0.72 0.23
Hex 63 10 2D 0 54 37 3D 153 48 17
Octal 143 20 55 0 124 67 75 523 110 27
Binary 1100011 10000 101101 0 1010100 110111 111101 101010011 1001000 10111

Color Harmonies of #63102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63102D

Black with #63102D

Text Example


Text Example

White with #63102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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