Html Css Color HEX #631012 Pohutukawa

📋 copy color: '#631012'

red 99 ◦ green 16 ◦ blue 18

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

Shades of Pohutukawa #631012

Tints of Pohutukawa #631012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 74.44%
G = 12.03%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#631012 (or 0x631012) is known color: Pohutukawa. HEX triplet: 63, 10 and 12. RGB value is (99,16,18). Sum of RGB (Red+Green+Blue) = 99+16+18=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #631012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631012 is #9CEFED. Grayscale: #292929. Windows color (decimal): -10285038 or 1183843. OLE color: 1183843.

HSL color Cylindrical-coordinate representation of color #631012: hue angle of 358.55º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631012 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 18 -
CMYK 0 0.84 0.82 0.61
HSL 358.55º 0.72% 0.23% -
HSV(B) 358.55º 0.84% 0.39% -
XYZ 5.44 3.07 0.88 -
YUV 41.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 99 16 18 0 0.84 0.82 0.61 358.55 0.72 0.23
Hex 63 10 12 0 54 52 3D 167 48 17
Octal 143 20 22 0 124 122 75 547 110 27
Binary 1100011 10000 10010 0 1010100 1010010 111101 101100111 1001000 10111

Color Harmonies of #631012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631012

Black with #631012

Text Example


Text Example

White with #631012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631012; }

 p { color: rgb(99,16,18); }

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

background-color css

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

 a { background-color: rgb(99,16,18); }

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

border-color css

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

 span { border-color: rgb(99,16,18); }

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