Html Css Color HEX #631528 Pohutukawa

📋 copy color: '#631528'

red 99 ◦ green 21 ◦ blue 40

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

Shades of Pohutukawa #631528

Tints of Pohutukawa #631528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 61.88%
G = 13.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631528 (or 0x631528) is known color: Pohutukawa. HEX triplet: 63, 15 and 28. RGB value is (99,21,40). Sum of RGB (Red+Green+Blue) = 99+21+40=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631528 is #9CEAD7. Grayscale: #2E2E2E. Windows color (decimal): -10283736 or 2626915. OLE color: 2626915.

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

Color convert

RGB 99 21 40 -
CMYK 0 0.79 0.60 0.61
HSL 345.38º 0.65% 0.24% -
HSV(B) 345.38º 0.79% 0.39% -
XYZ 5.8 3.34 2.35 -
YUV 46.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 99 21 40 0 0.79 0.60 0.61 345.38 0.65 0.24
Hex 63 15 28 0 4F 3C 3D 159 41 18
Octal 143 25 50 0 117 74 75 531 101 30
Binary 1100011 10101 101000 0 1001111 111100 111101 101011001 1000001 11000

Color Harmonies of #631528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631528

Black with #631528

Text Example


Text Example

White with #631528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631528; }

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

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

background-color css

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

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

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

border-color css

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

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

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