Html Css Color HEX #671522 Pohutukawa

📋 copy color: '#671522'

red 103 ◦ green 21 ◦ blue 34

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

Shades of Pohutukawa #671522

Tints of Pohutukawa #671522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 65.19%
G = 13.29%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#671522 (or 0x671522) is known color: Pohutukawa. HEX triplet: 67, 15 and 22. RGB value is (103,21,34). Sum of RGB (Red+Green+Blue) = 103+21+34=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #671522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671522 is #98EADD. Grayscale: #2F2F2F. Windows color (decimal): -10021598 or 2233703. OLE color: 2233703.

HSL color Cylindrical-coordinate representation of color #671522: hue angle of 350.49º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671522 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 34 -
CMYK 0 0.80 0.67 0.60
HSL 350.49º 0.66% 0.24% -
HSV(B) 350.49º 0.8% 0.4% -
XYZ 6.15 3.54 1.87 -
YUV 47 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 103 21 34 0 0.80 0.67 0.60 350.49 0.66 0.24
Hex 67 15 22 0 50 43 3C 15E 42 18
Octal 147 25 42 0 120 103 74 536 102 30
Binary 1100111 10101 100010 0 1010000 1000011 111100 101011110 1000010 11000

Color Harmonies of #671522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671522

Black with #671522

Text Example


Text Example

White with #671522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671522; }

 p { color: rgb(103,21,34); }

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

background-color css

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

 a { background-color: rgb(103,21,34); }

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

border-color css

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

 span { border-color: rgb(103,21,34); }

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