Html Css Color HEX #63152C Pohutukawa

📋 copy color: '#63152C'

red 99 ◦ green 21 ◦ blue 44

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

Shades of Pohutukawa #63152C

Tints of Pohutukawa #63152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

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

R = 60.37%
G = 12.8%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63152C (or 0x63152C) is known color: Pohutukawa. HEX triplet: 63, 15 and 2C. RGB value is (99,21,44). Sum of RGB (Red+Green+Blue) = 99+21+44=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152C is #9CEAD3. Grayscale: #2E2E2E. Windows color (decimal): -10283732 or 2889059. OLE color: 2889059.

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

Color convert

RGB 99 21 44 -
CMYK 0 0.79 0.56 0.61
HSL 342.31º 0.65% 0.24% -
HSV(B) 342.31º 0.79% 0.39% -
XYZ 5.87 3.37 2.72 -
YUV 46.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 99 21 44 0 0.79 0.56 0.61 342.31 0.65 0.24
Hex 63 15 2C 0 4F 38 3D 156 41 18
Octal 143 25 54 0 117 70 75 526 101 30
Binary 1100011 10101 101100 0 1001111 111000 111101 101010110 1000001 11000

Color Harmonies of #63152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63152C

Black with #63152C

Text Example


Text Example

White with #63152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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