Html Css Color HEX #63111F Pohutukawa

📋 copy color: '#63111F'

red 99 ◦ green 17 ◦ blue 31

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

Shades of Pohutukawa #63111F

Tints of Pohutukawa #63111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 67.35%
G = 11.56%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63111F (or 0x63111F) is known color: Pohutukawa. HEX triplet: 63, 11 and 1F. RGB value is (99,17,31). Sum of RGB (Red+Green+Blue) = 99+17+31=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111F is #9CEEE0. Grayscale: #2B2B2B. Windows color (decimal): -10284769 or 2036067. OLE color: 2036067.

HSL color Cylindrical-coordinate representation of color #63111F: hue angle of 349.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63111F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 31 -
CMYK 0 0.83 0.69 0.61
HSL 349.76º 0.71% 0.23% -
HSV(B) 349.76º 0.83% 0.39% -
XYZ 5.59 3.15 1.61 -
YUV 43.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 99 17 31 0 0.83 0.69 0.61 349.76 0.71 0.23
Hex 63 11 1F 0 53 45 3D 15E 47 17
Octal 143 21 37 0 123 105 75 536 107 27
Binary 1100011 10001 11111 0 1010011 1000101 111101 101011110 1000111 10111

Color Harmonies of #63111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63111F

Black with #63111F

Text Example


Text Example

White with #63111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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