Html Css Color HEX #631125 Pohutukawa

📋 copy color: '#631125'

red 99 ◦ green 17 ◦ blue 37

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

Shades of Pohutukawa #631125

Tints of Pohutukawa #631125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 64.71%
G = 11.11%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#631125 (or 0x631125) is known color: Pohutukawa. HEX triplet: 63, 11 and 25. RGB value is (99,17,37). Sum of RGB (Red+Green+Blue) = 99+17+37=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631125 is #9CEEDA. Grayscale: #2B2B2B. Windows color (decimal): -10284763 or 2429283. OLE color: 2429283.

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

Color convert

RGB 99 17 37 -
CMYK 0 0.83 0.63 0.61
HSL 345.37º 0.71% 0.23% -
HSV(B) 345.37º 0.83% 0.39% -
XYZ 5.68 3.19 2.07 -
YUV 43.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 99 17 37 0 0.83 0.63 0.61 345.37 0.71 0.23
Hex 63 11 25 0 53 3F 3D 159 47 17
Octal 143 21 45 0 123 77 75 531 107 27
Binary 1100011 10001 100101 0 1010011 111111 111101 101011001 1000111 10111

Color Harmonies of #631125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631125

Black with #631125

Text Example


Text Example

White with #631125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631125; }

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

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

background-color css

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

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

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

border-color css

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

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

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