Html Css Color HEX #63152D Pohutukawa

📋 copy color: '#63152D'

red 99 ◦ green 21 ◦ blue 45

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

Shades of Pohutukawa #63152D

Tints of Pohutukawa #63152D

RGB

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

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

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

R = 60%
G = 12.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63152D (or 0x63152D) is known color: Pohutukawa. HEX triplet: 63, 15 and 2D. RGB value is (99,21,45). Sum of RGB (Red+Green+Blue) = 99+21+45=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152D is #9CEAD2. Grayscale: #2F2F2F. Windows color (decimal): -10283731 or 2954595. OLE color: 2954595.

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

Color convert

RGB 99 21 45 -
CMYK 0 0.79 0.55 0.61
HSL 341.54º 0.65% 0.24% -
HSV(B) 341.54º 0.79% 0.39% -
XYZ 5.89 3.38 2.82 -
YUV 47.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 99 21 45 0 0.79 0.55 0.61 341.54 0.65 0.24
Hex 63 15 2D 0 4F 37 3D 156 41 18
Octal 143 25 55 0 117 67 75 526 101 30
Binary 1100011 10101 101101 0 1001111 110111 111101 101010110 1000001 11000

Color Harmonies of #63152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63152D

Black with #63152D

Text Example


Text Example

White with #63152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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