Html Css Color HEX #631011 Pohutukawa

📋 copy color: '#631011'

red 99 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #631011

Tints of Pohutukawa #631011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 75%
G = 12.12%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#631011 (or 0x631011) is known color: Pohutukawa. HEX triplet: 63, 10 and 11. RGB value is (99,16,17). Sum of RGB (Red+Green+Blue) = 99+16+17=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #631011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631011 is #9CEFEE. Grayscale: #292929. Windows color (decimal): -10285039 or 1118307. OLE color: 1118307.

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

Color convert

RGB 99 16 17 -
CMYK 0 0.84 0.83 0.61
HSL 359.28º 0.72% 0.23% -
HSV(B) 359.28º 0.84% 0.39% -
XYZ 5.43 3.06 0.84 -
YUV 40.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 99 16 17 0 0.84 0.83 0.61 359.28 0.72 0.23
Hex 63 10 11 0 54 53 3D 167 48 17
Octal 143 20 21 0 124 123 75 547 110 27
Binary 1100011 10000 10001 0 1010100 1010011 111101 101100111 1001000 10111

Color Harmonies of #631011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631011

Black with #631011

Text Example


Text Example

White with #631011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631011; }

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

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

background-color css

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

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

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

border-color css

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

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

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