Html Css Color HEX #631028 Pohutukawa

📋 copy color: '#631028'

red 99 ◦ green 16 ◦ blue 40

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

Shades of Pohutukawa #631028

Tints of Pohutukawa #631028

RGB

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

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

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

R = 63.87%
G = 10.32%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631028 (or 0x631028) is known color: Pohutukawa. HEX triplet: 63, 10 and 28. RGB value is (99,16,40). Sum of RGB (Red+Green+Blue) = 99+16+40=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631028 is #9CEFD7. Grayscale: #2B2B2B. Windows color (decimal): -10285016 or 2625635. OLE color: 2625635.

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

Color convert

RGB 99 16 40 -
CMYK 0 0.84 0.60 0.61
HSL 342.65º 0.72% 0.23% -
HSV(B) 342.65º 0.84% 0.39% -
XYZ 5.71 3.18 2.32 -
YUV 43.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 99 16 40 0 0.84 0.60 0.61 342.65 0.72 0.23
Hex 63 10 28 0 54 3C 3D 157 48 17
Octal 143 20 50 0 124 74 75 527 110 27
Binary 1100011 10000 101000 0 1010100 111100 111101 101010111 1001000 10111

Color Harmonies of #631028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631028

Black with #631028

Text Example


Text Example

White with #631028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631028; }

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

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

background-color css

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

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

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

border-color css

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

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

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