Html Css Color HEX #63162D Pohutukawa

📋 copy color: '#63162D'

red 99 ◦ green 22 ◦ blue 45

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

Shades of Pohutukawa #63162D

Tints of Pohutukawa #63162D

RGB

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

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

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

R = 59.64%
G = 13.25%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63162D (or 0x63162D) is known color: Pohutukawa. HEX triplet: 63, 16 and 2D. RGB value is (99,22,45). Sum of RGB (Red+Green+Blue) = 99+22+45=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162D is #9CE9D2. Grayscale: #2F2F2F. Windows color (decimal): -10283475 or 2954851. OLE color: 2954851.

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

Color convert

RGB 99 22 45 -
CMYK 0 0.78 0.55 0.61
HSL 342.08º 0.64% 0.24% -
HSV(B) 342.08º 0.78% 0.39% -
XYZ 5.91 3.42 2.83 -
YUV 47.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 99 22 45 0 0.78 0.55 0.61 342.08 0.64 0.24
Hex 63 16 2D 0 4E 37 3D 156 40 18
Octal 143 26 55 0 116 67 75 526 100 30
Binary 1100011 10110 101101 0 1001110 110111 111101 101010110 1000000 11000

Color Harmonies of #63162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63162D

Black with #63162D

Text Example


Text Example

White with #63162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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