Html Css Color HEX #631D24 Pohutukawa

📋 copy color: '#631D24'

red 99 ◦ green 29 ◦ blue 36

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

Shades of Pohutukawa #631D24

Tints of Pohutukawa #631D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 60.37%
G = 17.68%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#631D24 (or 0x631D24) is known color: Pohutukawa. HEX triplet: 63, 1D and 24. RGB value is (99,29,36). Sum of RGB (Red+Green+Blue) = 99+29+36=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #631D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D24 is #9CE2DB. Grayscale: #323232. Windows color (decimal): -10281692 or 2366819. OLE color: 2366819.

HSL color Cylindrical-coordinate representation of color #631D24: hue angle of 354º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D24 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 29 36 -
CMYK 0 0.71 0.64 0.61
HSL 354º 0.55% 0.25% -
HSV(B) 354º 0.71% 0.39% -
XYZ 5.9 3.66 2.06 -
YUV 50.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 99 29 36 0 0.71 0.64 0.61 354 0.55 0.25
Hex 63 1D 24 0 47 40 3D 162 37 19
Octal 143 35 44 0 107 100 75 542 67 31
Binary 1100011 11101 100100 0 1000111 1000000 111101 101100010 110111 11001

Color Harmonies of #631D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D24

Black with #631D24

Text Example


Text Example

White with #631D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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