Html Css Color HEX #63102B Pohutukawa

📋 copy color: '#63102B'

red 99 ◦ green 16 ◦ blue 43

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

Shades of Pohutukawa #63102B

Tints of Pohutukawa #63102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 62.66%
G = 10.13%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63102B (or 0x63102B) is known color: Pohutukawa. HEX triplet: 63, 10 and 2B. RGB value is (99,16,43). Sum of RGB (Red+Green+Blue) = 99+16+43=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #63102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102B is #9CEFD4. Grayscale: #2B2B2B. Windows color (decimal): -10285013 or 2822243. OLE color: 2822243.

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

Color convert

RGB 99 16 43 -
CMYK 0 0.84 0.57 0.61
HSL 340.48º 0.72% 0.23% -
HSV(B) 340.48º 0.84% 0.39% -
XYZ 5.77 3.2 2.6 -
YUV 43.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 99 16 43 0 0.84 0.57 0.61 340.48 0.72 0.23
Hex 63 10 2B 0 54 39 3D 154 48 17
Octal 143 20 53 0 124 71 75 524 110 27
Binary 1100011 10000 101011 0 1010100 111001 111101 101010100 1001000 10111

Color Harmonies of #63102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63102B

Black with #63102B

Text Example


Text Example

White with #63102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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