Html Css Color HEX #67121B Pohutukawa

📋 copy color: '#67121B'

red 103 ◦ green 18 ◦ blue 27

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

Shades of Pohutukawa #67121B

Tints of Pohutukawa #67121B

RGB

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

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

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

R = 69.59%
G = 12.16%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67121B (or 0x67121B) is known color: Pohutukawa. HEX triplet: 67, 12 and 1B. RGB value is (103,18,27). Sum of RGB (Red+Green+Blue) = 103+18+27=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67121B is #98EDE4. Grayscale: #2C2C2C. Windows color (decimal): -10022373 or 1774183. OLE color: 1774183.

HSL color Cylindrical-coordinate representation of color #67121B: hue angle of 353.65º 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 #67121B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 27 -
CMYK 0 0.83 0.74 0.60
HSL 353.65º 0.7% 0.24% -
HSV(B) 353.65º 0.83% 0.4% -
XYZ 6.01 3.4 1.38 -
YUV 44.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 103 18 27 0 0.83 0.74 0.60 353.65 0.7 0.24
Hex 67 12 1B 0 53 4A 3C 162 46 18
Octal 147 22 33 0 123 112 74 542 106 30
Binary 1100111 10010 11011 0 1010011 1001010 111100 101100010 1000110 11000

Color Harmonies of #67121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67121B

Black with #67121B

Text Example


Text Example

White with #67121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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