Html Css Color HEX #63161C Pohutukawa

📋 copy color: '#63161C'

red 99 ◦ green 22 ◦ blue 28

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

Shades of Pohutukawa #63161C

Tints of Pohutukawa #63161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 66.44%
G = 14.77%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63161C (or 0x63161C) is known color: Pohutukawa. HEX triplet: 63, 16 and 1C. RGB value is (99,22,28). Sum of RGB (Red+Green+Blue) = 99+22+28=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161C is #9CE9E3. Grayscale: #2D2D2D. Windows color (decimal): -10283492 or 1840739. OLE color: 1840739.

HSL color Cylindrical-coordinate representation of color #63161C: hue angle of 355.32º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63161C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 28 -
CMYK 0 0.78 0.72 0.61
HSL 355.32º 0.64% 0.24% -
HSV(B) 355.32º 0.78% 0.39% -
XYZ 5.64 3.31 1.44 -
YUV 45.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 99 22 28 0 0.78 0.72 0.61 355.32 0.64 0.24
Hex 63 16 1C 0 4E 48 3D 163 40 18
Octal 143 26 34 0 116 110 75 543 100 30
Binary 1100011 10110 11100 0 1001110 1001000 111101 101100011 1000000 11000

Color Harmonies of #63161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63161C

Black with #63161C

Text Example


Text Example

White with #63161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63161C; }

 p { color: rgb(99,22,28); }

 H1.HeaderClassName
 {
   color: #63161C;
 }
 .AnyTagClassName
 {
   color: #63161C;
 }
</style>

background-color css

<style>
 a { background-color: #63161C; }

 a { background-color: rgb(99,22,28); }

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

border-color css

<style>
 span { border-color: #63161C; }

 span { border-color: rgb(99,22,28); }

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