Html Css Color HEX #631828 Pohutukawa

📋 copy color: '#631828'

red 99 ◦ green 24 ◦ blue 40

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

Shades of Pohutukawa #631828

Tints of Pohutukawa #631828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

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

R = 60.74%
G = 14.72%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631828 (or 0x631828) is known color: Pohutukawa. HEX triplet: 63, 18 and 28. RGB value is (99,24,40). Sum of RGB (Red+Green+Blue) = 99+24+40=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #631828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631828 is #9CE7D7. Grayscale: #303030. Windows color (decimal): -10282968 or 2627683. OLE color: 2627683.

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

Color convert

RGB 99 24 40 -
CMYK 0 0.76 0.60 0.61
HSL 347.2º 0.61% 0.24% -
HSV(B) 347.2º 0.76% 0.39% -
XYZ 5.86 3.46 2.37 -
YUV 48.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 99 24 40 0 0.76 0.60 0.61 347.2 0.61 0.24
Hex 63 18 28 0 4C 3C 3D 15B 3D 18
Octal 143 30 50 0 114 74 75 533 75 30
Binary 1100011 11000 101000 0 1001100 111100 111101 101011011 111101 11000

Color Harmonies of #631828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631828

Black with #631828

Text Example


Text Example

White with #631828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631828; }

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

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

background-color css

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

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

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

border-color css

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

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

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