Html Css Color HEX #63112D Pohutukawa

📋 copy color: '#63112D'

red 99 ◦ green 17 ◦ blue 45

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

Shades of Pohutukawa #63112D

Tints of Pohutukawa #63112D

RGB

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

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

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

R = 61.49%
G = 10.56%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63112D (or 0x63112D) is known color: Pohutukawa. HEX triplet: 63, 11 and 2D. RGB value is (99,17,45). Sum of RGB (Red+Green+Blue) = 99+17+45=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63112D is #9CEED2. Grayscale: #2C2C2C. Windows color (decimal): -10284755 or 2953571. OLE color: 2953571.

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

Color convert

RGB 99 17 45 -
CMYK 0 0.83 0.55 0.61
HSL 339.51º 0.71% 0.23% -
HSV(B) 339.51º 0.83% 0.39% -
XYZ 5.82 3.24 2.8 -
YUV 44.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 99 17 45 0 0.83 0.55 0.61 339.51 0.71 0.23
Hex 63 11 2D 0 53 37 3D 154 47 17
Octal 143 21 55 0 123 67 75 524 107 27
Binary 1100011 10001 101101 0 1010011 110111 111101 101010100 1000111 10111

Color Harmonies of #63112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63112D

Black with #63112D

Text Example


Text Example

White with #63112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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