Html Css Color HEX #63162E Pohutukawa

📋 copy color: '#63162E'

red 99 ◦ green 22 ◦ blue 46

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

Shades of Pohutukawa #63162E

Tints of Pohutukawa #63162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 59.28%
G = 13.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63162E (or 0x63162E) is known color: Pohutukawa. HEX triplet: 63, 16 and 2E. RGB value is (99,22,46). Sum of RGB (Red+Green+Blue) = 99+22+46=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162E is #9CE9D1. Grayscale: #2F2F2F. Windows color (decimal): -10283474 or 3020387. OLE color: 3020387.

HSL color Cylindrical-coordinate representation of color #63162E: hue angle of 341.3º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63162E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 46 -
CMYK 0 0.78 0.54 0.61
HSL 341.3º 0.64% 0.24% -
HSV(B) 341.3º 0.78% 0.39% -
XYZ 5.93 3.42 2.93 -
YUV 47.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 99 22 46 0 0.78 0.54 0.61 341.3 0.64 0.24
Hex 63 16 2E 0 4E 36 3D 155 40 18
Octal 143 26 56 0 116 66 75 525 100 30
Binary 1100011 10110 101110 0 1001110 110110 111101 101010101 1000000 11000

Color Harmonies of #63162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63162E

Black with #63162E

Text Example


Text Example

White with #63162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63162E; }

 p { color: rgb(99,22,46); }

 H1.HeaderClassName
 {
   color: #63162E;
 }
 .AnyTagClassName
 {
   color: #63162E;
 }
</style>

background-color css

<style>
 a { background-color: #63162E; }

 a { background-color: rgb(99,22,46); }

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

border-color css

<style>
 span { border-color: #63162E; }

 span { border-color: rgb(99,22,46); }

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