Html Css Color HEX #67141B Pohutukawa

📋 copy color: '#67141B'

red 103 ◦ green 20 ◦ blue 27

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

Shades of Pohutukawa #67141B

Tints of Pohutukawa #67141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 68.67%
G = 13.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67141B (or 0x67141B) is known color: Pohutukawa. HEX triplet: 67, 14 and 1B. RGB value is (103,20,27). Sum of RGB (Red+Green+Blue) = 103+20+27=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67141B is #98EBE4. Grayscale: #2D2D2D. Windows color (decimal): -10021861 or 1774695. OLE color: 1774695.

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

Color convert

RGB 103 20 27 -
CMYK 0 0.81 0.74 0.60
HSL 354.94º 0.67% 0.24% -
HSV(B) 354.94º 0.81% 0.4% -
XYZ 6.04 3.46 1.39 -
YUV 45.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 103 20 27 0 0.81 0.74 0.60 354.94 0.67 0.24
Hex 67 14 1B 0 51 4A 3C 163 43 18
Octal 147 24 33 0 121 112 74 543 103 30
Binary 1100111 10100 11011 0 1010001 1001010 111100 101100011 1000011 11000

Color Harmonies of #67141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67141B

Black with #67141B

Text Example


Text Example

White with #67141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67141B; }

 p { color: rgb(103,20,27); }

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

background-color css

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

 a { background-color: rgb(103,20,27); }

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

border-color css

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

 span { border-color: rgb(103,20,27); }

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