Html Css Color HEX #631024 Pohutukawa

📋 copy color: '#631024'

red 99 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #631024

Tints of Pohutukawa #631024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 65.56%
G = 10.6%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#631024 (or 0x631024) is known color: Pohutukawa. HEX triplet: 63, 10 and 24. RGB value is (99,16,36). Sum of RGB (Red+Green+Blue) = 99+16+36=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631024 is #9CEFDB. Grayscale: #2B2B2B. Windows color (decimal): -10285020 or 2363491. OLE color: 2363491.

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

Color convert

RGB 99 16 36 -
CMYK 0 0.84 0.64 0.61
HSL 345.54º 0.72% 0.23% -
HSV(B) 345.54º 0.84% 0.39% -
XYZ 5.65 3.15 1.98 -
YUV 43.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 99 16 36 0 0.84 0.64 0.61 345.54 0.72 0.23
Hex 63 10 24 0 54 40 3D 15A 48 17
Octal 143 20 44 0 124 100 75 532 110 27
Binary 1100011 10000 100100 0 1010100 1000000 111101 101011010 1001000 10111

Color Harmonies of #631024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631024

Black with #631024

Text Example


Text Example

White with #631024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631024; }

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

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

background-color css

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

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

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

border-color css

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

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

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