Html Css Color HEX #63152E Pohutukawa

📋 copy color: '#63152E'

red 99 ◦ green 21 ◦ blue 46

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

Shades of Pohutukawa #63152E

Tints of Pohutukawa #63152E

RGB

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

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

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

R = 59.64%
G = 12.65%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63152E (or 0x63152E) is known color: Pohutukawa. HEX triplet: 63, 15 and 2E. RGB value is (99,21,46). Sum of RGB (Red+Green+Blue) = 99+21+46=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152E is #9CEAD1. Grayscale: #2F2F2F. Windows color (decimal): -10283730 or 3020131. OLE color: 3020131.

HSL color Cylindrical-coordinate representation of color #63152E: hue angle of 340.77º 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 #63152E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 46 -
CMYK 0 0.79 0.54 0.61
HSL 340.77º 0.65% 0.24% -
HSV(B) 340.77º 0.79% 0.39% -
XYZ 5.91 3.39 2.93 -
YUV 47.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 99 21 46 0 0.79 0.54 0.61 340.77 0.65 0.24
Hex 63 15 2E 0 4F 36 3D 155 41 18
Octal 143 25 56 0 117 66 75 525 101 30
Binary 1100011 10101 101110 0 1001111 110110 111101 101010101 1000001 11000

Color Harmonies of #63152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63152E

Black with #63152E

Text Example


Text Example

White with #63152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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