Html Css Color HEX #671227 Pohutukawa

📋 copy color: '#671227'

red 103 ◦ green 18 ◦ blue 39

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

Shades of Pohutukawa #671227

Tints of Pohutukawa #671227

RGB

 RED value IS 103 (40.63% from 255) = 64.38%

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 64.38%
G = 11.25%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#671227 (or 0x671227) is known color: Pohutukawa. HEX triplet: 67, 12 and 27. RGB value is (103,18,39). Sum of RGB (Red+Green+Blue) = 103+18+39=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671227 is #98EDD8. Grayscale: #2D2D2D. Windows color (decimal): -10022361 or 2560615. OLE color: 2560615.

HSL color Cylindrical-coordinate representation of color #671227: hue angle of 345.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671227 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 39 -
CMYK 0 0.83 0.62 0.60
HSL 345.18º 0.7% 0.24% -
HSV(B) 345.18º 0.83% 0.4% -
XYZ 6.18 3.46 2.26 -
YUV 45.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 103 18 39 0 0.83 0.62 0.60 345.18 0.7 0.24
Hex 67 12 27 0 53 3E 3C 159 46 18
Octal 147 22 47 0 123 76 74 531 106 30
Binary 1100111 10010 100111 0 1010011 111110 111100 101011001 1000110 11000

Color Harmonies of #671227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671227

Black with #671227

Text Example


Text Example

White with #671227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671227; }

 p { color: rgb(103,18,39); }

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

background-color css

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

 a { background-color: rgb(103,18,39); }

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

border-color css

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

 span { border-color: rgb(103,18,39); }

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