Html Css Color HEX #63031C Pohutukawa

📋 copy color: '#63031C'

red 99 ◦ green 3 ◦ blue 28

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

Shades of Pohutukawa #63031C

Tints of Pohutukawa #63031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 76.15%
G = 2.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63031C (or 0x63031C) is known color: Pohutukawa. HEX triplet: 63, 03 and 1C. RGB value is (99,3,28). Sum of RGB (Red+Green+Blue) = 99+3+28=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63031C is #9CFCE3. Grayscale: #222222. Windows color (decimal): -10288356 or 1835875. OLE color: 1835875.

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

Color convert

RGB 99 3 28 -
CMYK 0 0.97 0.72 0.61
HSL 344.38º 0.94% 0.2% -
HSV(B) 344.38º 0.97% 0.39% -
XYZ 5.39 2.8 1.36 -
YUV 34.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 99 3 28 0 0.97 0.72 0.61 344.38 0.94 0.2
Hex 63 3 1C 0 61 48 3D 158 5E 14
Octal 143 3 34 0 141 110 75 530 136 24
Binary 1100011 11 11100 0 1100001 1001000 111101 101011000 1011110 10100

Color Harmonies of #63031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63031C

Black with #63031C

Text Example


Text Example

White with #63031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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