Html Css Color HEX #63151F Pohutukawa

📋 copy color: '#63151F'

red 99 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #63151F

Tints of Pohutukawa #63151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 65.56%
G = 13.91%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63151F (or 0x63151F) is known color: Pohutukawa. HEX triplet: 63, 15 and 1F. RGB value is (99,21,31). Sum of RGB (Red+Green+Blue) = 99+21+31=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63151F is #9CEAE0. Grayscale: #2D2D2D. Windows color (decimal): -10283745 or 2037091. OLE color: 2037091.

HSL color Cylindrical-coordinate representation of color #63151F: hue angle of 352.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 #63151F is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 31 -
CMYK 0 0.79 0.69 0.61
HSL 352.31º 0.65% 0.24% -
HSV(B) 352.31º 0.79% 0.39% -
XYZ 5.66 3.29 1.63 -
YUV 45.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 99 21 31 0 0.79 0.69 0.61 352.31 0.65 0.24
Hex 63 15 1F 0 4F 45 3D 160 41 18
Octal 143 25 37 0 117 105 75 540 101 30
Binary 1100011 10101 11111 0 1001111 1000101 111101 101100000 1000001 11000

Color Harmonies of #63151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63151F

Black with #63151F

Text Example


Text Example

White with #63151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63151F; }

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

 H1.HeaderClassName
 {
   color: #63151F;
 }
 .AnyTagClassName
 {
   color: #63151F;
 }
</style>

background-color css

<style>
 a { background-color: #63151F; }

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

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

border-color css

<style>
 span { border-color: #63151F; }

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

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