Html Css Color HEX #631D2E Pohutukawa

📋 copy color: '#631D2E'

red 99 ◦ green 29 ◦ blue 46

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

Shades of Pohutukawa #631D2E

Tints of Pohutukawa #631D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 56.9%
G = 16.67%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#631D2E (or 0x631D2E) is known color: Pohutukawa. HEX triplet: 63, 1D and 2E. RGB value is (99,29,46). Sum of RGB (Red+Green+Blue) = 99+29+46=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D2E is #9CE2D1. Grayscale: #333333. Windows color (decimal): -10281682 or 3022179. OLE color: 3022179.

HSL color Cylindrical-coordinate representation of color #631D2E: hue angle of 345.43º 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 #631D2E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 29 46 -
CMYK 0 0.71 0.54 0.61
HSL 345.43º 0.55% 0.25% -
HSV(B) 345.43º 0.71% 0.39% -
XYZ 6.08 3.73 2.98 -
YUV 51.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 99 29 46 0 0.71 0.54 0.61 345.43 0.55 0.25
Hex 63 1D 2E 0 47 36 3D 159 37 19
Octal 143 35 56 0 107 66 75 531 67 31
Binary 1100011 11101 101110 0 1000111 110110 111101 101011001 110111 11001

Color Harmonies of #631D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D2E

Black with #631D2E

Text Example


Text Example

White with #631D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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