Html Css Color HEX #631127 Pohutukawa

📋 copy color: '#631127'

red 99 ◦ green 17 ◦ blue 39

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

Shades of Pohutukawa #631127

Tints of Pohutukawa #631127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 63.87%
G = 10.97%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631127 (or 0x631127) is known color: Pohutukawa. HEX triplet: 63, 11 and 27. RGB value is (99,17,39). Sum of RGB (Red+Green+Blue) = 99+17+39=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631127 is #9CEED8. Grayscale: #2C2C2C. Windows color (decimal): -10284761 or 2560355. OLE color: 2560355.

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

Color convert

RGB 99 17 39 -
CMYK 0 0.83 0.61 0.61
HSL 343.9º 0.71% 0.23% -
HSV(B) 343.9º 0.83% 0.39% -
XYZ 5.71 3.2 2.24 -
YUV 44.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 99 17 39 0 0.83 0.61 0.61 343.9 0.71 0.23
Hex 63 11 27 0 53 3D 3D 158 47 17
Octal 143 21 47 0 123 75 75 530 107 27
Binary 1100011 10001 100111 0 1010011 111101 111101 101011000 1000111 10111

Color Harmonies of #631127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631127

Black with #631127

Text Example


Text Example

White with #631127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631127; }

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

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

background-color css

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

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

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

border-color css

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

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

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