Html Css Color HEX #631228 Pohutukawa

📋 copy color: '#631228'

red 99 ◦ green 18 ◦ blue 40

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

Shades of Pohutukawa #631228

Tints of Pohutukawa #631228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 63.06%
G = 11.46%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631228 (or 0x631228) is known color: Pohutukawa. HEX triplet: 63, 12 and 28. RGB value is (99,18,40). Sum of RGB (Red+Green+Blue) = 99+18+40=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631228 is #9CEDD7. Grayscale: #2C2C2C. Windows color (decimal): -10284504 or 2626147. OLE color: 2626147.

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

Color convert

RGB 99 18 40 -
CMYK 0 0.82 0.60 0.61
HSL 343.7º 0.69% 0.23% -
HSV(B) 343.7º 0.82% 0.39% -
XYZ 5.74 3.24 2.33 -
YUV 44.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 99 18 40 0 0.82 0.60 0.61 343.7 0.69 0.23
Hex 63 12 28 0 52 3C 3D 158 45 17
Octal 143 22 50 0 122 74 75 530 105 27
Binary 1100011 10010 101000 0 1010010 111100 111101 101011000 1000101 10111

Color Harmonies of #631228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631228

Black with #631228

Text Example


Text Example

White with #631228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631228; }

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

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

background-color css

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

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

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

border-color css

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

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

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