Html Css Color HEX #67151A Pohutukawa

📋 copy color: '#67151A'

red 103 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #67151A

Tints of Pohutukawa #67151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 68.67%
G = 14%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#67151A (or 0x67151A) is known color: Pohutukawa. HEX triplet: 67, 15 and 1A. RGB value is (103,21,26). Sum of RGB (Red+Green+Blue) = 103+21+26=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151A is #98EAE5. Grayscale: #2E2E2E. Windows color (decimal): -10021606 or 1709415. OLE color: 1709415.

HSL color Cylindrical-coordinate representation of color #67151A: hue angle of 356.34º 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 #67151A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 26 -
CMYK 0 0.80 0.75 0.60
HSL 356.34º 0.66% 0.24% -
HSV(B) 356.34º 0.8% 0.4% -
XYZ 6.05 3.49 1.33 -
YUV 46.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 103 21 26 0 0.80 0.75 0.60 356.34 0.66 0.24
Hex 67 15 1A 0 50 4B 3C 164 42 18
Octal 147 25 32 0 120 113 74 544 102 30
Binary 1100111 10101 11010 0 1010000 1001011 111100 101100100 1000010 11000

Color Harmonies of #67151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67151A

Black with #67151A

Text Example


Text Example

White with #67151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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